<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Deploying CakePHP Applications Using Capistrano</title>
	<atom:link href="http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/</link>
	<description>Facebook should&#039;ve be written in unicornSchemaLang, because everyone *knows* that PHP is no good for anything, right?</description>
	<lastBuildDate>Mon, 09 Aug 2010 16:04:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: PHP Staging environment for continuous integration part 2 &#8211; jpablobr.com</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/comment-page-1/#comment-13889</link>
		<dc:creator>PHP Staging environment for continuous integration part 2 &#8211; jpablobr.com</dc:creator>
		<pubDate>Mon, 07 Sep 2009 08:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/#comment-13889</guid>
		<description>[...] DEPLOYING CAKEPHP APPLICATIONS USING CAPISTRANO [...]</description>
		<content:encoded><![CDATA[<p>[...] DEPLOYING CAKEPHP APPLICATIONS USING CAPISTRANO [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Despliegue de aplicaciones CakePHP con Capistrano &#171; Synergia Soluciones</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/comment-page-1/#comment-13838</link>
		<dc:creator>Despliegue de aplicaciones CakePHP con Capistrano &#171; Synergia Soluciones</dc:creator>
		<pubDate>Sat, 05 Sep 2009 16:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/#comment-13838</guid>
		<description>[...] http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/" rel="nofollow">http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hartjes</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/comment-page-1/#comment-11292</link>
		<dc:creator>Chris Hartjes</dc:creator>
		<pubDate>Wed, 21 Jan 2009 22:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/#comment-11292</guid>
		<description>@msti

Using Capistrano gives me a few advantages that just using svn for deployment doesn&#039;t

* pushes to multiple servers from one location
* ability to rollback deployments if there is a problem
* ability to perform other tasks automatically as part of a deployment

You can do all those by hand, sure.  But I prefer to let capistrano do it for me</description>
		<content:encoded><![CDATA[<p>@msti</p>
<p>Using Capistrano gives me a few advantages that just using svn for deployment doesn&#8217;t</p>
<p>* pushes to multiple servers from one location<br />
* ability to rollback deployments if there is a problem<br />
* ability to perform other tasks automatically as part of a deployment</p>
<p>You can do all those by hand, sure.  But I prefer to let capistrano do it for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msti</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/comment-page-1/#comment-11291</link>
		<dc:creator>msti</dc:creator>
		<pubDate>Wed, 21 Jan 2009 22:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/#comment-11291</guid>
		<description>I am currently using svn to deploy my project. What is the advantage of the capistrano method over the svn deployment?</description>
		<content:encoded><![CDATA[<p>I am currently using svn to deploy my project. What is the advantage of the capistrano method over the svn deployment?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Siao</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/comment-page-1/#comment-10880</link>
		<dc:creator>Joe Siao</dc:creator>
		<pubDate>Sat, 25 Oct 2008 03:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/#comment-10880</guid>
		<description>Hi,

I am glad that you blogged about how you use capistrano to deploy cakephp applications, and I was very interested to know how you do it! 
You mentioned it as a comment over at Felix&#039;s blog post entitled &quot;Deploying with Git&quot; at debuggable.com.

Thanks for this blog post.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am glad that you blogged about how you use capistrano to deploy cakephp applications, and I was very interested to know how you do it!<br />
You mentioned it as a comment over at Felix&#8217;s blog post entitled &#8220;Deploying with Git&#8221; at debuggable.com.</p>
<p>Thanks for this blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Ford</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/comment-page-1/#comment-7455</link>
		<dc:creator>Geoff Ford</dc:creator>
		<pubDate>Sun, 23 Sep 2007 23:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/#comment-7455</guid>
		<description>I looked at Capistrano v Phing ages ago but never really got anywhere with either.  

The thing I liked about Cap was it&#039;s lack of XML, it was really easy to read and write the config.

I would like to see a full deploy script however.  One that checks out the source, runs unit tests and then ftps the diff to the server.  I have heard that this is possible with both Cap and Phing but I haven&#039;t gone through the trials of setting  it up (yet).

Thanks for the basic tutorial though</description>
		<content:encoded><![CDATA[<p>I looked at Capistrano v Phing ages ago but never really got anywhere with either.  </p>
<p>The thing I liked about Cap was it&#8217;s lack of XML, it was really easy to read and write the config.</p>
<p>I would like to see a full deploy script however.  One that checks out the source, runs unit tests and then ftps the diff to the server.  I have heard that this is possible with both Cap and Phing but I haven&#8217;t gone through the trials of setting  it up (yet).</p>
<p>Thanks for the basic tutorial though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kabturek</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/comment-page-1/#comment-7431</link>
		<dc:creator>kabturek</dc:creator>
		<pubDate>Fri, 21 Sep 2007 19:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/#comment-7431</guid>
		<description>Just yesterday i was think some guide on cake + capistrano would be good ;)  
I&#039;m beginning to think that PhpNut secretly developed mind reading (v4.0 todo list) and you&#039;re all using it ;)

thank for the guide. I&#039;m still looking for the ultimate setup myself - i&#039;ll try to write something  more about cap :)</description>
		<content:encoded><![CDATA[<p>Just yesterday i was think some guide on cake + capistrano would be good <img src='http://www.littlehart.net/atthekeyboard/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
I&#8217;m beginning to think that PhpNut secretly developed mind reading (v4.0 todo list) and you&#8217;re all using it <img src='http://www.littlehart.net/atthekeyboard/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>thank for the guide. I&#8217;m still looking for the ultimate setup myself &#8211; i&#8217;ll try to write something  more about cap <img src='http://www.littlehart.net/atthekeyboard/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CakeFreak</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/comment-page-1/#comment-7429</link>
		<dc:creator>CakeFreak</dc:creator>
		<pubDate>Fri, 21 Sep 2007 16:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/#comment-7429</guid>
		<description>Just another tip that maybe usefull to some:

I had to set the Ruby path a bit like here 
http://cakephp.org/screencasts/view/6 you guys explained for the Cake Console command line

then moving to the app/ directory:
--------------------------------------------------
C:\yourappDir&gt; cap -f config/deploy.rb deploy
--------------------------------------------------
and...WOW!

Dan</description>
		<content:encoded><![CDATA[<p>Just another tip that maybe usefull to some:</p>
<p>I had to set the Ruby path a bit like here<br />
<a href="http://cakephp.org/screencasts/view/6" rel="nofollow">http://cakephp.org/screencasts/view/6</a> you guys explained for the Cake Console command line</p>
<p>then moving to the app/ directory:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
C:\yourappDir&gt; cap -f config/deploy.rb deploy<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
and&#8230;WOW!</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CakeFreak</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/comment-page-1/#comment-7428</link>
		<dc:creator>CakeFreak</dc:creator>
		<pubDate>Fri, 21 Sep 2007 16:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/#comment-7428</guid>
		<description>Hey Chris thanks a lot!

Your deploy.rm file gave me an error, some &quot;:&quot; not really understood by Capistrano.

I modified it as follows:
set :application, &quot;nameofyourapp&quot;
set :repository,  &quot;svn://location.ofrepo.com&quot;

# If you aren&#039;t deploying to /u/apps/#{application} on the target
# servers (which is the default), you can specify the actual location
# via the :deploy_to variable:
set :deploy_to, &quot;/website/#{application}&quot;
set :checkout, &quot;export&quot;
# If you aren&#039;t using Subversion to manage your source code, specify
# your SCM below:
# set :scm, :subversion

role :web, &quot;www.yoursite.com&quot;

desc &quot;This will deploy the app&quot;
task :deploy do
     run &quot;svn --quiet --force #{checkout} #{repository} #{deploy_to}&quot;
end</description>
		<content:encoded><![CDATA[<p>Hey Chris thanks a lot!</p>
<p>Your deploy.rm file gave me an error, some &#8220;:&#8221; not really understood by Capistrano.</p>
<p>I modified it as follows:<br />
set :application, &#8220;nameofyourapp&#8221;<br />
set :repository,  &#8220;svn://location.ofrepo.com&#8221;</p>
<p># If you aren&#8217;t deploying to /u/apps/#{application} on the target<br />
# servers (which is the default), you can specify the actual location<br />
# via the :deploy_to variable:<br />
set :deploy_to, &#8220;/website/#{application}&#8221;<br />
set :checkout, &#8220;export&#8221;<br />
# If you aren&#8217;t using Subversion to manage your source code, specify<br />
# your SCM below:<br />
# set :scm, :subversion</p>
<p>role :web, &#8220;www.yoursite.com&#8221;</p>
<p>desc &#8220;This will deploy the app&#8221;<br />
task :deploy do<br />
     run &#8220;svn &#8211;quiet &#8211;force #{checkout} #{repository} #{deploy_to}&#8221;<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hartjes</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/comment-page-1/#comment-7427</link>
		<dc:creator>Chris Hartjes</dc:creator>
		<pubDate>Fri, 21 Sep 2007 16:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/#comment-7427</guid>
		<description>@Brian
I find phing to be horrible to work with because of all those XML files to deal with.  Capistrano uses human-readable text.  All that XML strikes me as pointless programmer wankery.  What&#039;s wrong with plain-text configuration files?  As an end user, I *demand* easy-to-write-and-understand configuration files.  XML does not fit any of those requirements as far as I&#039;m concerned.</description>
		<content:encoded><![CDATA[<p>@Brian<br />
I find phing to be horrible to work with because of all those XML files to deal with.  Capistrano uses human-readable text.  All that XML strikes me as pointless programmer wankery.  What&#8217;s wrong with plain-text configuration files?  As an end user, I *demand* easy-to-write-and-understand configuration files.  XML does not fit any of those requirements as far as I&#8217;m concerned.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
