<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: F. How To Deploy your first rails app to Dreamhost using Capistrano in Windows</title>
	<atom:link href="http://firstruby.wordpress.com/6-how-to-deploy-your-first-rails-app-to-dreamhost-using-capistrano-in-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://firstruby.wordpress.com</link>
	<description>Master ruby with us</description>
	<lastBuildDate>Thu, 17 Dec 2009 09:45:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ed Ruder</title>
		<link>http://firstruby.wordpress.com/6-how-to-deploy-your-first-rails-app-to-dreamhost-using-capistrano-in-windows/#comment-7</link>
		<dc:creator>Ed Ruder</dc:creator>
		<pubDate>Fri, 12 Jan 2007 09:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://firstruby.wordpress.com/6-how-to-deploy-your-first-rails-app-to-dreamhost-using-capistrano-in-windows/#comment-7</guid>
		<description>Oops, that should have read:

- A few suggestions:

and

- The multi-line [code] blocks are rendering to a single line...</description>
		<content:encoded><![CDATA[<p>Oops, that should have read:</p>
<p>- A few suggestions:</p>
<p>and</p>
<p>- The multi-line  blocks are rendering to a single line&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Ruder</title>
		<link>http://firstruby.wordpress.com/6-how-to-deploy-your-first-rails-app-to-dreamhost-using-capistrano-in-windows/#comment-6</link>
		<dc:creator>Ed Ruder</dc:creator>
		<pubDate>Fri, 12 Jan 2007 09:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://firstruby.wordpress.com/6-how-to-deploy-your-first-rails-app-to-dreamhost-using-capistrano-in-windows/#comment-6</guid>
		<description>Thanks, your guide helped me out!  I hadn&#039;t seen the &quot;set :user&quot; line elsewhere--it fixed my &quot;cap deploy&quot; from a Windows machine.  (I don&#039;t know why the &quot;cap deploy&quot; succeeded from a Mac OS X box without the &quot;set :user&quot; line.)

A couple of suggestions:

- The multi-line &lt;code&gt; blocks are rendering to a single line, off the right edge of the screen (on FireFox 2.0 on Windows).

- The after_deploy and after_rollback methods contain hard-coded paths that are unnecessary--I changed them to &quot;run touch #{deploy_to}/current/public/dispatch.fcgi&quot;, which seemed to work well.

- The error you highlight, &quot;couldn&#039;t find any processes matching...dispatch.fcgi&quot;, isn&#039;t necessarily an error if your app isn&#039;t running yet.  I don&#039;t recall where I read that, but it does appear to be innocuous (always?).</description>
		<content:encoded><![CDATA[<p>Thanks, your guide helped me out!  I hadn&#8217;t seen the &#8220;set :user&#8221; line elsewhere&#8211;it fixed my &#8220;cap deploy&#8221; from a Windows machine.  (I don&#8217;t know why the &#8220;cap deploy&#8221; succeeded from a Mac OS X box without the &#8220;set :user&#8221; line.)</p>
<p>A couple of suggestions:</p>
<p>- The multi-line <code> blocks are rendering to a single line, off the right edge of the screen (on FireFox 2.0 on Windows).</p>
<p>- The after_deploy and after_rollback methods contain hard-coded paths that are unnecessary--I changed them to "run touch #{deploy_to}/current/public/dispatch.fcgi", which seemed to work well.</p>
<p>- The error you highlight, "couldn't find any processes matching...dispatch.fcgi", isn't necessarily an error if your app isn't running yet.  I don't recall where I read that, but it does appear to be innocuous (always?).</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
