Skip to content

Instantly share code, notes, and snippets.

@christian-acuna
Last active November 29, 2016 18:07
Show Gist options
  • Save christian-acuna/7f72b9f8534895450a297e0a13199bf2 to your computer and use it in GitHub Desktop.
Save christian-acuna/7f72b9f8534895450a297e0a13199bf2 to your computer and use it in GitHub Desktop.
heroku login
heroku create APP_NAME
git remote -v
git push heroku master
heroku addons:create heroku-postgresql
heroku run rake db:migrate
heroku run rake db:seed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment