`
wenke
  • 浏览: 77198 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

在heroku上托管rails项目

    博客分类:
  • ror
阅读更多
1. sudo gem install heroku
2. heroku create myapp
  http://myapp.heroku.com/ | git@heroku.com:myapp.git
3. rails myapp -d mysql
  git init
  git add .
  git commit -am 'initial import'
4. git remote add heroku git@heroku.com:myapp.git
   git push heroku master
5. heroku rake db:migrate
6. heroku open
7. that's it

8. more about on http://heroku.com
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics