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

Deploying to heroku

heroku create --stack cedar
git push heroku master
heroku ps:scale web=1
Clone this wiki locally