Some useful info goes here...
Install the Heroku toolbelt. You'll need the heroku and foreman gems, and git.
brew install redis
bundle install
cp .env.example .env
redis-server
foreman start
heroku create --stack cedar
heroku addons:add redistogo:nano
git push heroku
heroku scale web=1 resque=1