various format code fixups
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Deployment.pod
index cfb9c5a..816d3ed 100644 (file)
@@ -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<Catalyst::Manual::Deployment::SharedHosting>.
 
 =head2 FastCGI
@@ -83,6 +85,14 @@ L<Twiggy> 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<Chef|http://www.opscode.com/chef/> 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<http://community.opscode.com/cookbooks/catalyst> and
+L<https://github.com/melezhik/cookbooks/wiki/Catalyst-cookbook-intro>.
+
 =head1 AUTHORS
 
 Catalyst Contributors, see Catalyst.pm