<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jordan Brock &#187; snippets</title>
	<atom:link href="http://jordanbrock.com/tag/snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://jordanbrock.com</link>
	<description>Pith</description>
	<lastBuildDate>Thu, 23 Jun 2011 08:12:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Upgrading to Capistrano 2</title>
		<link>http://jordanbrock.com/2007/09/14/upgrading-to-capistrano-2/</link>
		<comments>http://jordanbrock.com/2007/09/14/upgrading-to-capistrano-2/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 23:17:00 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http:///2007/09/14/upgrading-to-capistrano-2</guid>
		<description><![CDATA[For no other reason than this is something I need to remember on other projects, here is a list of the changes I made when I uninstalled deprec and upgraded to capistrano 2 for deployment. Things to do Do this once gem install mongrel_cluster then in the application directory capify . then remove &#8220;require &#8216;deprec/recipes&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>For no other reason than this is something I need to remember on other projects, here is a list of the changes I made when I uninstalled deprec and upgraded to <a href="http://capify.org">capistrano 2</a> for deployment.</p>
<h3>Things to do</h3>
<p>Do this once</p>
<p><code><br />
gem install mongrel_cluster<br />
</code></p>
<p>then in the application directory</p>
<p><code><br />
capify .<br />
</code></p>
<p>then remove &#8220;require &#8216;deprec/recipes&#8217; from the deploy.rb file</p>
<p>then put the following in to the deploy.rb file</p>
<p><code><br />
namespace :deploy do<br />
  task :start,    :roles =&gt; :app do start_mongrel_cluster end<br />
  task :stop,     :roles =&gt; :app do stop_mongrel_cluster end<br />
  task :restart,  :roles =&gt; :app do restart_mongrel_cluster end<br />
end<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://jordanbrock.com/2007/09/14/upgrading-to-capistrano-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

