Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 453 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 453 Bytes

Retrospectiveapp

Getting set up on heroku

Create a new app (you need to use the bamboo stack)

heroku create
heroku stack:migrate bamboo-ree-1.8.7
git push heroku master

Get the database set up by running auto migrations from datamapper

heroku console
Note.auto_migrate!

Setup environment variables for pusher.

heroku config:add PUSHER_APP_ID=_ PUSHER_KEY=_ PUSHER_SECRET=_

Done!