Showing posts with label herkou. Show all posts
Showing posts with label herkou. Show all posts

Monday, February 6, 2012

quick note on how to deploy play 2.0 RC on Herkou

1. make sure Procfile is at the app root with
web: target/start -Dhttp.port=${PORT}
2. compile your app into execute: sbt clean compile stage (a file start created by targe folder)

3. git push heroku master



Sources: http://devcenter.heroku.com/articles/scala#deploy_to_herokucedar
https://github.com/playframework/Play20/wiki/ProductionHeroku