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=a56c3148714e3b702b52c8042e4bb60eeb69aefc;hp=3f2637a789cca7a3399834db622f561e3fb05ce5;hb=b6e53c1ca5bfa271bfce99e0f42a56c8fd4df4be;hpb=f1cee32eb8f99c5d6dc16b477698163061f65890 diff --git a/lib/Catalyst/Manual/Deployment.pod b/lib/Catalyst/Manual/Deployment.pod index 3f2637a..a56c314 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 @@ -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