<?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 Deploy with Git and Passenger</title>
	<atom:link href="http://www.zorched.net/2008/06/17/capistrano-deploy-with-git-and-passenger/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zorched.net/2008/06/17/capistrano-deploy-with-git-and-passenger/</link>
	<description>Musings of a software developer in Milwaukee, WI.</description>
	<lastBuildDate>Fri, 05 Mar 2010 11:50:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kenny's me2DAY</title>
		<link>http://www.zorched.net/2008/06/17/capistrano-deploy-with-git-and-passenger/comment-page-1/#comment-15593</link>
		<dc:creator>kenny's me2DAY</dc:creator>
		<pubDate>Sun, 09 Aug 2009 04:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=113#comment-15593</guid>
		<description>&lt;strong&gt;케니군의 생각...&lt;/strong&gt;

One of the great things about Rails and its community is that they are very lazy. 그니까, 개발자는 게을러야 한다니까요. 그게 진리!...</description>
		<content:encoded><![CDATA[<p><strong>케니군의 생각&#8230;</strong></p>
<p>One of the great things about Rails and its community is that they are very lazy. 그니까, 개발자는 게을러야 한다니까요. 그게 진리!&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ConceptSpace: Rails Deployment; Capistrano, Passenger, NGINX</title>
		<link>http://www.zorched.net/2008/06/17/capistrano-deploy-with-git-and-passenger/comment-page-1/#comment-15558</link>
		<dc:creator>ConceptSpace: Rails Deployment; Capistrano, Passenger, NGINX</dc:creator>
		<pubDate>Sun, 19 Jul 2009 22:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=113#comment-15558</guid>
		<description>[...] the easiest deployment experience, I think, we should deploy using Capistrano with Git and Passenger. Of course, we should modify that recipe to use NGINX. While Apache uses half a gig of memory, [...]</description>
		<content:encoded><![CDATA[<p>[...] the easiest deployment experience, I think, we should deploy using Capistrano with Git and Passenger. Of course, we should modify that recipe to use NGINX. While Apache uses half a gig of memory, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Lane</title>
		<link>http://www.zorched.net/2008/06/17/capistrano-deploy-with-git-and-passenger/comment-page-1/#comment-15104</link>
		<dc:creator>Geoff Lane</dc:creator>
		<pubDate>Mon, 25 May 2009 16:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=113#comment-15104</guid>
		<description>@Trey, I&#039;ve only ever tried it with one repository, so I&#039;m not sure if it will work in a multiple repository model.</description>
		<content:encoded><![CDATA[<p>@Trey, I&#8217;ve only ever tried it with one repository, so I&#8217;m not sure if it will work in a multiple repository model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trey</title>
		<link>http://www.zorched.net/2008/06/17/capistrano-deploy-with-git-and-passenger/comment-page-1/#comment-15100</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Mon, 25 May 2009 04:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=113#comment-15100</guid>
		<description>Nice write up! However, I was wondering if the setup was the same if you have multiple repositories you are deploying. I have multiple repos and am able to deploy to one of them with no problem, however I am getting a &quot;repository not found&quot; when trying to deploy to another. In the error, the repo name it is trying to access is correct and I am able to push changes with no problem ( I see the commit in github). Any ideas regarding why I may be seeing this? Here is the error message, any help would be greatly appreciated! * executing `deploy:update&#039; ** transaction: start * executing `deploy:update_code&#039; updating the cached checkout on all servers executing locally: &quot;git ls-remote git@github.com:sfolks/exsellintcrm.git master&quot; * executing &quot;if [ -d /home/neo/apps/exsellintcrm/shared/cached-copy ]; then cd /home/neo/apps/exsellintcrm/shared/cached-copy &amp;&amp; git fetch -q origin &amp;&amp; git reset -q --hard 69335a40b5f37071f6fa2436b587a48fae4629c6; else git clone -q git@github.com:sfolks/exsellintcrm.git /home/neo/apps/exsellintcrm/shared/cached-copy &amp;&amp; cd /home/neo/apps/exsellintcrm/shared/cached-copy &amp;&amp; git checkout -q -b deploy 69335a40b5f37071f6fa2436b587a48fae4629c6; fi&quot; servers: [&quot;exsellintcrm.com&quot;] Password: [exsellintcrm.com] executing command ** [exsellintcrm.com :: out] Repository not found. If you&#039;ve just created it, please try again in a few seconds. ** [exsellintcrm.com :: out] fatal: The remote end hung up unexpectedly command finished *** [deploy:update_code] rolling back * executing &quot;rm -rf /home/neo/apps/exsellintcrm/releases/20090525030837; true&quot; servers: [&quot;exsellintcrm.com&quot;] [exsellintcrm.com] executing command command finished failed: &quot;sh -c \&quot;if [ -d /home/neo/apps/exsellintcrm/shared/cached-copy ]; then cd /home/neo/apps/exsellintcrm/shared/cached-copy &amp;&amp; git fetch -q origin &amp;&amp; git reset -q --hard 69335a40b5f37071f6fa2436b587a48fae4629c6; else git clone -q git@github.com:sfolks/exsellintcrm.git /home/neo/apps/exsellintcrm/shared/cached-copy &amp;&amp; cd /home/neo/apps/exsellintcrm/shared/cached-copy &amp;&amp; git checkout -q -b deploy 69335a40b5f37071f6fa2436b587a48fae4629c6; fi\&quot;&quot; on exsellintcrm.com</description>
		<content:encoded><![CDATA[<p>Nice write up! However, I was wondering if the setup was the same if you have multiple repositories you are deploying. I have multiple repos and am able to deploy to one of them with no problem, however I am getting a &#8220;repository not found&#8221; when trying to deploy to another. In the error, the repo name it is trying to access is correct and I am able to push changes with no problem ( I see the commit in github). Any ideas regarding why I may be seeing this? Here is the error message, any help would be greatly appreciated! * executing `deploy:update&#8217; ** transaction: start * executing `deploy:update_code&#8217; updating the cached checkout on all servers executing locally: &#8220;git ls-remote <a href="mailto:git@github.com">git@github.com</a>:sfolks/exsellintcrm.git master&#8221; * executing &#8220;if [ -d /home/neo/apps/exsellintcrm/shared/cached-copy ]; then cd /home/neo/apps/exsellintcrm/shared/cached-copy &amp;&amp; git fetch -q origin &amp;&amp; git reset -q &#8211;hard 69335a40b5f37071f6fa2436b587a48fae4629c6; else git clone -q <a href="mailto:git@github.com">git@github.com</a>:sfolks/exsellintcrm.git /home/neo/apps/exsellintcrm/shared/cached-copy &amp;&amp; cd /home/neo/apps/exsellintcrm/shared/cached-copy &amp;&amp; git checkout -q -b deploy 69335a40b5f37071f6fa2436b587a48fae4629c6; fi&#8221; servers: ["exsellintcrm.com"] Password: [exsellintcrm.com] executing command ** [exsellintcrm.com :: out] Repository not found. If you&#8217;ve just created it, please try again in a few seconds. ** [exsellintcrm.com :: out] fatal: The remote end hung up unexpectedly command finished *** [deploy:update_code] rolling back * executing &#8220;rm -rf /home/neo/apps/exsellintcrm/releases/20090525030837; true&#8221; servers: ["exsellintcrm.com"] [exsellintcrm.com] executing command command finished failed: &#8220;sh -c \&#8221;if [ -d /home/neo/apps/exsellintcrm/shared/cached-copy ]; then cd /home/neo/apps/exsellintcrm/shared/cached-copy &amp;&amp; git fetch -q origin &amp;&amp; git reset -q &#8211;hard 69335a40b5f37071f6fa2436b587a48fae4629c6; else git clone -q <a href="mailto:git@github.com">git@github.com</a>:sfolks/exsellintcrm.git /home/neo/apps/exsellintcrm/shared/cached-copy &amp;&amp; cd /home/neo/apps/exsellintcrm/shared/cached-copy &amp;&amp; git checkout -q -b deploy 69335a40b5f37071f6fa2436b587a48fae4629c6; fi\&#8221;" on exsellintcrm.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PEZ</title>
		<link>http://www.zorched.net/2008/06/17/capistrano-deploy-with-git-and-passenger/comment-page-1/#comment-15071</link>
		<dc:creator>PEZ</dc:creator>
		<pubDate>Fri, 01 May 2009 12:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=113#comment-15071</guid>
		<description>Thanks a lot! I&#039;ll try this out right now and will get back with more comments about how I fared. Keep up the sharing!</description>
		<content:encoded><![CDATA[<p>Thanks a lot! I&#8217;ll try this out right now and will get back with more comments about how I fared. Keep up the sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PabloC</title>
		<link>http://www.zorched.net/2008/06/17/capistrano-deploy-with-git-and-passenger/comment-page-1/#comment-14951</link>
		<dc:creator>PabloC</dc:creator>
		<pubDate>Sat, 21 Feb 2009 01:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=113#comment-14951</guid>
		<description>thanks!!</description>
		<content:encoded><![CDATA[<p>thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph</title>
		<link>http://www.zorched.net/2008/06/17/capistrano-deploy-with-git-and-passenger/comment-page-1/#comment-14728</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Mon, 26 Jan 2009 07:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=113#comment-14728</guid>
		<description>Thanks a lot, this made deploying with passenger and capistrano work like a charme.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, this made deploying with passenger and capistrano work like a charme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: get with git and important list of links to help you get started &#124; Ryan Smith</title>
		<link>http://www.zorched.net/2008/06/17/capistrano-deploy-with-git-and-passenger/comment-page-1/#comment-14380</link>
		<dc:creator>get with git and important list of links to help you get started &#124; Ryan Smith</dc:creator>
		<pubDate>Mon, 22 Dec 2008 00:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=113#comment-14380</guid>
		<description>[...] capistrano &amp; Git [...]</description>
		<content:encoded><![CDATA[<p>[...] capistrano &amp; Git [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Darby</title>
		<link>http://www.zorched.net/2008/06/17/capistrano-deploy-with-git-and-passenger/comment-page-1/#comment-13487</link>
		<dc:creator>Matt Darby</dc:creator>
		<pubDate>Fri, 25 Jul 2008 00:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=113#comment-13487</guid>
		<description>Good stuff!</description>
		<content:encoded><![CDATA[<p>Good stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Capistrano and Ferret DRB</title>
		<link>http://www.zorched.net/2008/06/17/capistrano-deploy-with-git-and-passenger/comment-page-1/#comment-13224</link>
		<dc:creator>Capistrano and Ferret DRB</dc:creator>
		<pubDate>Thu, 19 Jun 2008 16:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=113#comment-13224</guid>
		<description>[...] is a bit of a followup to my previous post on Capistrano with Git and Passenger. I decided to use Ferret via the acts_as_ferret (AAF) plugin. Ferret is a full-text search inspired [...]</description>
		<content:encoded><![CDATA[<p>[...] is a bit of a followup to my previous post on Capistrano with Git and Passenger. I decided to use Ferret via the acts_as_ferret (AAF) plugin. Ferret is a full-text search inspired [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
