March 2020
Intermediate to advanced
201 pages
2h 50m
English
An easier way to deploy Play is to use the command play run. For this to work, you need to copy the entire Play project to the production box and then, from within the project, issue play run. This is not a good method for production deployment because you don’t want to move your source files and only the executable in the form of jar files needs to be pushed to production.
To achieve this, you can use the play dist command in your build box to generate the Play executable jar files. Once the dist command succeeds, it will create a dist directory ...
Read now
Unlock full access