What are best practices for deploying a Catalyst application to a production server?

前端 未结 2 1962
有刺的猬
有刺的猬 2021-02-02 03:07

What is a good way to deploy Catalyst applications to a production server? Currently I simply have a FastCGI dispatch script in the root of the repository and when I want to upd

2条回答
  •  臣服心动
    2021-02-02 03:19

    A combination of a proxy load-balancer and two flip-flop fastcgi applications running alternatively as production and staging applications would be your best bet. What web server are you using? If it happens to be Lighttpd, then have a look at these links:

    • Deploying Catalyst applications with lighttpd and FastCGI

    • High Availability using Catalyst & FastCGI external server

提交回复
热议问题