<?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>Kris' Blog &#187; mongrel</title>
	<atom:link href="http://krisselden.com/tag/mongrel/feed/" rel="self" type="application/rss+xml" />
	<link>http://krisselden.com</link>
	<description>Focused on software development.</description>
	<lastBuildDate>Thu, 27 Mar 2008 03:06:56 +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>Rails deployment</title>
		<link>http://krisselden.com/2007/02/25/rails-deployment/</link>
		<comments>http://krisselden.com/2007/02/25/rails-deployment/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 03:03:15 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[mongrel]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://krisselden.com/2007/02/25/rails-deployment/</guid>
		<description><![CDATA[I&#8217;ve been meaning to learn capistrano, but I have a tendency to avoid server configuration, setup and deployment related tasks. Until now, I&#8217;ve been running my rails app with svn checkout and script/server -d on production. To my surprise, there was no headache and it was actually pretty straightforward. At least with these helpful links: [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to learn capistrano, but I have a tendency to avoid server configuration, setup and deployment related tasks. Until now, I&#8217;ve been running my rails app with svn checkout and script/server -d on production.</p>
<p>To my surprise, there was no headache and it was actually pretty straightforward. At least with these helpful links:</p>
<ul>
<li><a href="http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/">Time For A Grown-Up Server: Rails, Mongrel, Apache, Capistrano and You</a></li>
<li><a href="http://mongrel.rubyforge.org/wiki/MongrelCluster">Mongrel Cluster</a></li>
<li><a href="http://mongrel.rubyforge.org/wiki/Apache">Apache Best Practice Deployment</a></li>
</ul>
<p>While the first link covers everything, I used the other two to setup mongrel cluster and apache.</p>
]]></content:encoded>
			<wfw:commentRss>http://krisselden.com/2007/02/25/rails-deployment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

