chef deployment, thanks Alexey Melezhik
Kieren Diment [Fri, 20 Jan 2012 12:12:46 +0000 (23:12 +1100)]
Changes
lib/Catalyst/Manual/Deployment.pod

diff --git a/Changes b/Changes
index 8ce407f..0bc3afa 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Catalyst-Manual
 
+5.9003 
+    - Mention Chef deployment in Manual::Deployment (thanks to Alexey Melezhik)
+
 5.9002 3 Sept 2011
     - Tutorial
         - Switch to 'catalyst' vs. 'root' user in VM
index 3f2637a..1eefa62 100644 (file)
@@ -83,6 +83,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
+
+<LChef|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<http://github.com/melezhik/cookbooks/wiki/Catalyst-cookbook-intro>.
+
 =head1 AUTHORS
 
 Catalyst Contributors, see Catalyst.pm