Created
March 1, 2012 09:58
-
-
Save byplayer/1948648 to your computer and use it in GitHub Desktop.
heroku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem install heroku | |
heroku auth:login | |
heroku key:add | |
heroku apps:create htest100 | |
heroku apps:info | |
g push heroku master | |
heroku apps:show | |
heroku logs | |
heroku logs -t | |
# if rails >= 3.1 | |
# create precompiled asset and add | |
RAILS_ENV=production bundle exec rake assets:precompile | |
git add public/assets | |
git commit | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment