X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FDeployment.pod;h=294450f4ff1e8f0668440c2a8f2e0088f39aece8;hp=9652a435a2853ca3f98618f8f88f1b918c84fd3b;hb=HEAD;hpb=7e4aa7c669d1a0e4e8183c6c9186a77b0079ad3d diff --git a/lib/Catalyst/Manual/Deployment.pod b/lib/Catalyst/Manual/Deployment.pod index 9652a43..294450f 100644 --- a/lib/Catalyst/Manual/Deployment.pod +++ b/lib/Catalyst/Manual/Deployment.pod @@ -68,6 +68,11 @@ Catalyst can be deployed with any PSGI-compliant handler. See L for more information; a list of possible deployment servers are shown below: +=head3 NGINX Unit + +L is a lightweight, dynamically configurable +web app server that supports running PSGI-capable apps. + =head3 Starman L is a high-performance Perl server implementation, which is designed @@ -87,11 +92,11 @@ mean that it is not suitable for most deployments. =head2 Chef - is an open-source systems integration +L is an open-source systems integration framework built specifically for automating cloud computing deployments. A Cookbooks demonstrating how to deploy a Catalyst application using Chef is -available at L and -L. +available at L and +L. =head1 AUTHORS