issues
search
kairos34
/
ScalaBlog
Blogging project with Scala Play Framework
Apache License 2.0
16
stars
2
forks
source link
Make it deployable
#7
Open
kairos34
opened
8 years ago
kairos34
commented
8 years ago
So many things to do making this project deployable:
Make all strings
https://www.playframework.com/documentation/2.0/ScalaI18N
Write database evolution script when it is deployed
https://www.playframework.com/documentation/2.2.x/Evolutions
Put all api-keys into
app.conf
file
http://stackoverflow.com/questions/9857907/access-play-2-0-configuration-variables-in-application-conf
Add deploy to heroku button
https://devcenter.heroku.com/articles/heroku-button
So many things to do making this project deployable: