Skip to content
twilson63 edited this page Feb 4, 2012 · 2 revisions

Deploying to heroku

heroku create --stack cedar
heroku config:add COUCHDB=http://couchsvr
heroku config:add APIKEY=XXXXX
heroku config:add SECRETKEY=XXXXX
git push heroku master
heroku ps:scale web=1
Clone this wiki locally