Reputation: 33741
I'm ready to deploy my app and I'm wondering what steps I need to take to get it ready for production? I've seen the docs over @ http://www.playframework.com/documentation/2.0/Production but I need some more info. I'm currently using an in-memory database. Obviously, I want to change that. I plan on deploying to Heroku and I've tested that with my app as-is..in-memory DB and all. If I configure a different DB, do I need to have drivers for that installed locally as well? Also, the docs mention changing the config for prod mode. I also heard/read something about some play staging command?
Sorry for the incoherent question, but I could use some general guidance on best steps/practices for preparing and deploying production app.
Upvotes: 0
Views: 123
Reputation: 2345
Have you looked at the page for the Todo List App? The section "Deploying to Heroku" on this page http://www.playframework.com/documentation/2.1.1/ScalaTodoList has how to use postgresql.
Upvotes: 1