Skip to content

Instantly share code, notes, and snippets.

@CH-JesseMa
Created April 9, 2014 19:42
Show Gist options
  • Save CH-JesseMa/10307001 to your computer and use it in GitHub Desktop.
Save CH-JesseMa/10307001 to your computer and use it in GitHub Desktop.
Heroku Instructions
#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