From: Kieren Diment Date: Fri, 20 Jan 2012 12:12:46 +0000 (+1100) Subject: chef deployment, thanks Alexey Melezhik X-Git-Tag: 5.9003~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=815bcace0302fcf66d3dcbd4fc7fdafa00d988ce;hp=64775f18bfd8fd294af0b81cf54540ab557114be chef deployment, thanks Alexey Melezhik --- diff --git a/Changes b/Changes index 8ce407f..0bc3afa 100644 --- 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 diff --git a/lib/Catalyst/Manual/Deployment.pod b/lib/Catalyst/Manual/Deployment.pod index 3f2637a..1eefa62 100644 --- a/lib/Catalyst/Manual/Deployment.pod +++ b/lib/Catalyst/Manual/Deployment.pod @@ -83,6 +83,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 + + 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