Last active
November 29, 2016 18:07
-
-
Save christian-acuna/7f72b9f8534895450a297e0a13199bf2 to your computer and use it in GitHub Desktop.
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
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