How do I launch a Rails 3 app on Heroku. I am using PHPmyadmin.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I would start here |
|||||||||||
|
|
yep, you need to read the manual. Heroku is entirely managed system, you can only deploy via a git push. By default it uses Postgresql as it's DB - you can use mySQL but you'd have to pay for an Amazon mySQL server |
|||
|
|
|
Perhaps you should read through the Ruby on Rails tutorial. It guides you through the process of developing an app in RoR and pushing it to Heroku. Good luck. This part, especially, has information on deployment to heroku: |
|||
|
|