bundle install
RACK_ENV=development foreman start
open http://localhost:5000
heroku create --stack cedar git push heorku master heroku open
heroku addons:add redistogo:nano heroku addons:add newrelic
heroku config:add RACK_ENV=production
bundle install
RACK_ENV=development foreman start
open http://localhost:5000
heroku create --stack cedar git push heorku master heroku open
heroku addons:add redistogo:nano heroku addons:add newrelic
heroku config:add RACK_ENV=production