Skip to content

Instantly share code, notes, and snippets.

@byplayer
Created March 1, 2012 09:58
Show Gist options
  • Save byplayer/1948648 to your computer and use it in GitHub Desktop.
Save byplayer/1948648 to your computer and use it in GitHub Desktop.
heroku
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