suspenders appname --heroku true --github organization/project
cd appname
git add .
git commit -m "Initial commit"
generate home view and controller
cp .sample.env .env
foreman start -p 8000
heroku config --remote staging
heroku config:add SMTP_ADDRESS="smtp.gmail.com" --remote staging
heroku config:add SMTP_DOMAIN="gmail.com" --remote staging
heroku config:add SMTP_PASSWORD="*********" --remote staging
heroku config:add SMTP_USERNAME="rehashism" --remote staging
heroku config:add HOST="rehash-staging.herokuapp.com" --remote staging
heroku config:add ASSET_HOST="rehash-staging.herokuapp.com" --remote staging
heroku config:add EXECJS_RUNTIME="Node" --remote staging
heroku config:add EMAIL_RECIPIENTS="[email protected]" --remote staging
bin/deploy
bin/setup