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=8903826c6808c1ddb2a4283624eb751b907d7440;hp=cfb9c5a8c31ef00ff17fb3081b0f67c3f27fa605;hb=56a12748311fdb2580d7ad7cd84c255cd4447d8b;hpb=5abded07e91219302e0536d98c9a0d5e5fd58e13 diff --git a/lib/Catalyst/Manual/Deployment.pod b/lib/Catalyst/Manual/Deployment.pod index cfb9c5a..8903826 100644 --- a/lib/Catalyst/Manual/Deployment.pod +++ b/lib/Catalyst/Manual/Deployment.pod @@ -1,3 +1,5 @@ +=encoding utf8 + =head1 NAME Catalyst::Manual::Deployment - Deploying Catalyst @@ -21,7 +23,7 @@ Almost all shared hosting environments involve deploying Catalyst as a FastCGI application on Apache. You will usually want to have a set of libraries specific to your application installed on your shared host. -Full details of deploying Catalyst in a shared hosting enviroment are at +Full details of deploying Catalyst in a shared hosting environment are at L. =head2 FastCGI @@ -83,6 +85,14 @@ L is a high-performance asynchronous web server. It can be used in conjunction with Catalyst, but there are a number of caveats which mean that it is not suitable for most deployments. +=head2 Chef + +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. + =head1 AUTHORS Catalyst Contributors, see Catalyst.pm