Skip to content

Setting up CardBoard on Heroku

cthiel edited this page Aug 5, 2011 · 1 revision
  1. Sign up at Heroku
  2. Read Getting Started with Heroku and Rails 3.1 on Heroku Cedar
  3. sudo gem install heroku
  4. git clone git://github.com/cthiel/cardboard.git
  5. heroku create --stack cedar
  6. git push heroku master
  7. 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.

Clone this wiki locally