forked from 0s30s1s/simplekanban
-
Notifications
You must be signed in to change notification settings - Fork 0
Setting up CardBoard on Heroku
cthiel edited this page Aug 5, 2011
·
1 revision
- Sign up at Heroku
- Read Getting Started with Heroku and Rails 3.1 on Heroku Cedar
sudo gem install heroku
git clone git://github.com/cthiel/cardboard.git
heroku create --stack cedar
git push heroku master
heroku run rake db:setup
Do not enable the Cron Addon in Heroku, as it will run rake cron
(see lib/tasks/cron.rake), which will reset the database.