Skip to content

New-Bamboo/retrospectiveapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

a toy idea for computerising retrospective postit notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published