Deploying Perl Application

后端 未结 3 1360
眼角桃花
眼角桃花 2021-02-05 14:02

What are the best practices for deploying a Perl application? Assume that you are deploying onto a vanilla box with little CPAN module installation. What are the ideal build, de

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-05 14:23

    You may take a look at sparrowdo a perl6 configuration management tool, it comes with some handy plugins related to perl5 deployment, like installing cpan packages or deploying psgi application.

    Update: this link https://dev.to/melezhik/deploying-perl5-application-by-sparrowdo-9mb could be useful.

    Disclosure - I am the tool author.

提交回复
热议问题