简体   繁体   中英

Easiest way to deploy a rails app developed in RubyMine?

I developed a Rails app in RubyMine. I'd like to deploy it utilizng Heroku, AWS, or some other service that isn't too expensive. I have searched for hours on the web for a tutorial or instructions or something that explains how to do this, to no avail. People must have done this. I'd appreciate any help.

I also tried just doing it from scratch going to Heroku. But Heroku wants JRuby and JDK 8, which I don't know how to sync with RubyMine. It also doesn't want SQLLite3, I'll work on getting that going in my app.

Generally, it doesn't matter what text editor you use to deploy to Heroku. Following the basic tutorial on the site should be able to get it done.

Deploy to Heroku: Rails 4.x tutorial

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM