May 2015
Intermediate to advanced
274 pages
5h 11m
English
Application deployment, configurations, and so on are slightly different in a production environment since it is affected by various factors, such as security, load/traffic (which is expected to handle), network issues, and so on. In this chapter, we will see how to get our Play application up and running in production. This chapter covers the following topics:
A Play Framework provides commands to package and deploy Play applications in production.
The run command, which we used earlier, starts the application in DEV mode and watches the code for changes. When there is a change in the code, the application ...
Read now
Unlock full access