<?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>MyFunnyDev &#187; capistrano</title>
	<atom:link href="http://michalkuklis.com/blog/tag/capistrano/feed/" rel="self" type="application/rss+xml" />
	<link>http://michalkuklis.com/blog</link>
	<description></description>
	<lastBuildDate>Sat, 14 Jan 2012 17:45:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>capistrano recipes for ubuntu</title>
		<link>http://michalkuklis.com/blog/2009/07/19/capistrano-recipes-for-ubuntu/</link>
		<comments>http://michalkuklis.com/blog/2009/07/19/capistrano-recipes-for-ubuntu/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 03:25:22 +0000</pubDate>
		<dc:creator>Michał Kuklis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://michalkuklis.com/blog/?p=172</guid>
		<description><![CDATA[Few nice capistrano recipes which may help you automate Ubuntu Server setup: ubuntu-machine slicehost]]></description>
			<content:encoded><![CDATA[<p>Few nice capistrano recipes which may help you automate Ubuntu Server setup:</p>
<ul>
<li><a href="http://suitmymind.github.com/ubuntu-machine/">ubuntu-machine</a></li>
<li><a href="http://github.com/josh/slicehost/tree/master">slicehost</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://michalkuklis.com/blog/2009/07/19/capistrano-recipes-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>stage deployment with capistrano and passenger</title>
		<link>http://michalkuklis.com/blog/2009/03/14/stage-deployment-with-capistrano/</link>
		<comments>http://michalkuklis.com/blog/2009/03/14/stage-deployment-with-capistrano/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 22:20:36 +0000</pubDate>
		<dc:creator>Michał Kuklis</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[capistrano]]></category>

		<guid isPermaLink="false">http://michalkuklis.com/blog/?p=124</guid>
		<description><![CDATA[I&#8217;m still looking around for a stage deployment setup with Capistrano. Here are few ideas/links I found useful. multi_staging_environment_for_rails_using_capistrano_and_mod_rails deploying-to-staging-and-production-with-capistrano using-capistrano-with-passenger-mod_rails/ Update: It turned out this is pretty simple with the capistrano-ext gem: http://weblog.jamisbuck.org/2007/7/23/capistrano-multistage set :default_stage, &#34;development&#34; set :stages, %w&#40;production testing development&#41; require 'capistrano/ext/multistage']]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: line-through;">I&#8217;m still looking around for a stage deployment setup with Capistrano.<br />
Here are few ideas/links I found useful.</span></p>
<ul>
<li><a href="http://www.cjohansen.no/en/rails/multi_staging_environment_for_rails_using_capistrano_and_mod_rails">multi_staging_environment_for_rails_using_capistrano_and_mod_rails</a></li>
<li><a href="http://devblog.famundo.com/articles/2006/09/28/deploying-to-staging-and-production-with-capistrano">deploying-to-staging-and-production-with-capistrano</a></li>
<li><a href="http://jimneath.org/2008/05/10/using-capistrano-with-passenger-mod_rails/">using-capistrano-with-passenger-mod_rails/</a></li>
</ul>
<p><strong>Update:<br />
</strong>It turned out this is pretty simple with the capistrano-ext gem:<a href="http://weblog.jamisbuck.org/2007/7/23/capistrano-multistage"></p>
<p>http://weblog.jamisbuck.org/2007/7/23/capistrano-multistage</a></p>

<div class="wp_syntax"><div class="code"><pre class="ruby">set <span class="re3">:default_stage</span>, <span class="st0">&quot;development&quot;</span>
set <span class="re3">:stages</span>, <span class="sy0">%</span>w<span class="br0">&#40;</span>production testing development<span class="br0">&#41;</span>
<span class="kw3">require</span> <span class="st0">'capistrano/ext/multistage'</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://michalkuklis.com/blog/2009/03/14/stage-deployment-with-capistrano/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

