##Set-up
- create a heroku account
- install the heroku toolbelt: https://toolbelt.heroku.com/
- log into heroku via the commandline with
heroku login
and enter your credentials. - add your AWS (or other) keys to the heroku environment (I did this from the webapp -from your apps list, click on your appname, then Settings > Reveal Config Vars and add your config variables)
##Create your app
- in your terminal, cd to your app on your local machine