Skip to content

Instantly share code, notes, and snippets.

@americos
Created January 12, 2011 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save americos/776406 to your computer and use it in GitHub Desktop.
Save americos/776406 to your computer and use it in GitHub Desktop.
Lines commonly used to set up a Heroku deployment
Create a new app at Heroku
$ heroku create
Heroku deployment
$ git push heroku master
To deploy your Database (you need to use taps gem: $ gem install taps)
$ heroku db:push
Open Heroku app
$ heroku open
More Heroku commands
http://docs.heroku.com/heroku-command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment