A template for creating rails websites that includes the following:
https://github.com/jamesperet/rails_website_template.gitconfig/database.ymlrake db:migraterake bootstrap:allrails server -p 3000admin@website.com with the password 12345678heroku create new-app-namerake assets:precompilefigaro heroku:set -e production to copy env variables from config/application.yml and set them in herokuheroku addons:add heroku-postgresql to create and configure a postgres database in heroku servergit commit -a -m "commit message"git push heroku master to deploy the repoheroku run rake db:migrateheroku run rake bootstrap:all