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