<?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: Capistrano, Mongrel, and Mongrel_cluster</title>
	<atom:link href="http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/</link>
	<description>Dan Sketcher on Rails, computers, and other junk</description>
	<lastBuildDate>Wed, 30 Jul 2008 20:15:31 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: abdou</title>
		<link>http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/comment-page-1/#comment-4167</link>
		<dc:creator>abdou</dc:creator>
		<pubDate>Tue, 08 Apr 2008 14:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/#comment-4167</guid>
		<description>intresting blog</description>
		<content:encoded><![CDATA[<p>intresting blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian McQuay</title>
		<link>http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/comment-page-1/#comment-2915</link>
		<dc:creator>Brian McQuay</dc:creator>
		<pubDate>Thu, 09 Aug 2007 21:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/#comment-2915</guid>
		<description>Nice work. Thanks for the tips.</description>
		<content:encoded><![CDATA[<p>Nice work. Thanks for the tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: belpoub</title>
		<link>http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/comment-page-1/#comment-2341</link>
		<dc:creator>belpoub</dc:creator>
		<pubDate>Mon, 09 Jul 2007 19:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/#comment-2341</guid>
		<description>well still not good, just use the run CDM command with this:
cd #{deploy_to}/#{current_dir} &amp;&amp; mongrel_rails cluster::start</description>
		<content:encoded><![CDATA[<p>well still not good, just use the run CDM command with this:<br />
cd #{deploy_to}/#{current_dir} &amp;&amp; mongrel_rails cluster::start</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: belpoub</title>
		<link>http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/comment-page-1/#comment-2340</link>
		<dc:creator>belpoub</dc:creator>
		<pubDate>Mon, 09 Jul 2007 19:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/#comment-2340</guid>
		<description>Sorry, I passed code in here and it was truncated,
please let me know how I ca do so.
let&#039;s try again, remove the # in front of each line.
#desc  :app do
#run </description>
		<content:encoded><![CDATA[<p>Sorry, I passed code in here and it was truncated,<br />
please let me know how I ca do so.<br />
let&#8217;s try again, remove the # in front of each line.<br />
#desc  :app do<br />
#run</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: belpoub</title>
		<link>http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/comment-page-1/#comment-2339</link>
		<dc:creator>belpoub</dc:creator>
		<pubDate>Mon, 09 Jul 2007 19:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/#comment-2339</guid>
		<description>easyest way to avoid sudo is with the run CMD:

desc  :app do
run </description>
		<content:encoded><![CDATA[<p>easyest way to avoid sudo is with the run CMD:</p>
<p>desc  :app do<br />
run</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji</title>
		<link>http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/comment-page-1/#comment-2174</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Sat, 30 Jun 2007 17:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/#comment-2174</guid>
		<description>putting a ; in front of the CD wont help. Something like the following will help:


send(run_method, %{sh -c &quot;cd #{current_path} &amp;&amp; mongrel_rails cluster::restart&quot;})
</description>
		<content:encoded><![CDATA[<p>putting a ; in front of the CD wont help. Something like the following will help:</p>
<p>send(run_method, %{sh -c &#8220;cd #{current_path} &amp;&amp; mongrel_rails cluster::restart&#8221;})</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ianneubert.com &#187; Blog Archive &#187; Don&#8217;t forget to restart the fcgi process!</title>
		<link>http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/comment-page-1/#comment-1334</link>
		<dc:creator>ianneubert.com &#187; Blog Archive &#187; Don&#8217;t forget to restart the fcgi process!</dc:creator>
		<pubDate>Thu, 17 May 2007 17:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/#comment-1334</guid>
		<description>[...] Piece of cake with [...]</description>
		<content:encoded><![CDATA[<p>[...] Piece of cake with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Plog _at_ Vox Teneo</title>
		<link>http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/comment-page-1/#comment-101</link>
		<dc:creator>Plog _at_ Vox Teneo</dc:creator>
		<pubDate>Tue, 12 Dec 2006 23:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/#comment-101</guid>
		<description>if you just put a &quot;;&quot; in front of th &quot;cd&quot; like this :


send(run_method, &quot;;cd #{deploy_to} ....


you won&#039;t have to hack  capistrano/recipes/standard.rb

cap will just return the sudo usage

Thanks for your tutorial !</description>
		<content:encoded><![CDATA[<p>if you just put a &#8220;;&#8221; in front of th &#8220;cd&#8221; like this :</p>
<p>send(run_method, &#8220;;cd #{deploy_to} &#8230;.</p>
<p>you won&#8217;t have to hack  capistrano/recipes/standard.rb</p>
<p>cap will just return the sudo usage</p>
<p>Thanks for your tutorial !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WIll</title>
		<link>http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/comment-page-1/#comment-81</link>
		<dc:creator>WIll</dc:creator>
		<pubDate>Sun, 19 Nov 2006 15:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/#comment-81</guid>
		<description>Thank you. Very useful. 

One thing: if your tasks are going to include &#039;cd&#039; commands then you have to make sure that capistrano isn&#039;t going to use &#039;sudo&#039; to run them, as cd is a shell builtin and can&#039;t be sudoed. I think 1.2 sudoes by default, but you can edit gems/capistrano-1.2.0/lib/capistrano/recipes/standard.rb to change that behaviour.</description>
		<content:encoded><![CDATA[<p>Thank you. Very useful. </p>
<p>One thing: if your tasks are going to include &#8216;cd&#8217; commands then you have to make sure that capistrano isn&#8217;t going to use &#8217;sudo&#8217; to run them, as cd is a shell builtin and can&#8217;t be sudoed. I think 1.2 sudoes by default, but you can edit gems/capistrano-1.2.0/lib/capistrano/recipes/standard.rb to change that behaviour.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dansketcher</title>
		<link>http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/comment-page-1/#comment-30</link>
		<dc:creator>dansketcher</dc:creator>
		<pubDate>Wed, 25 Oct 2006 07:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dansketcher.com/2006/04/26/capistrano-mongrel-and-mongrel_cluster/#comment-30</guid>
		<description>Yep, you&#039;re dead right Jim... I&#039;ve checked it in. Thanks for the pickup :)</description>
		<content:encoded><![CDATA[<p>Yep, you&#8217;re dead right Jim&#8230; I&#8217;ve checked it in. Thanks for the pickup :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.305 seconds -->
