Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 310 Bytes

deployment.md

File metadata and controls

7 lines (5 loc) · 310 Bytes

Deployment

When working with a framework based on PSGI, one of the major advantages is that we can put off thinking about deployment issues until far later in the project. But, eventually, you will need to deploy your application. In this chapter we will review some of the deployment options open to you.