Created
April 9, 2014 19:42
-
-
Save CH-JesseMa/10307001 to your computer and use it in GitHub Desktop.
Heroku Instructions
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
#Steps for Heroku | |
git init | |
git add . | |
git commit -m "first commit" | |
heroku create | |
git push heroku master | |
# add rails 12factorgem | |
ruby -v | |
declare a ruby version | |
# add .erb to files that need assets | |
# rails precompile in production | |
rake assets:precompile RAILS_ENV=production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment