<?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>web, coding and beyond</description>
	<lastBuildDate>Fri, 25 Jun 2010 05:51:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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" style="font-family:monospace;">set <span style="color:#ff3333; font-weight:bold;">:default_stage</span>, <span style="color:#996600;">&quot;development&quot;</span>
set <span style="color:#ff3333; font-weight:bold;">:stages</span>, <span style="color:#006600; font-weight:bold;">%</span>w<span style="color:#006600; font-weight:bold;">&#40;</span>production testing development<span style="color:#006600; font-weight:bold;">&#41;</span>
<span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'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>
