<?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>Rails Deployment &#187; Hosting</title>
	<atom:link href="http://www.railsdeployment.com/category/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.railsdeployment.com</link>
	<description>How difficult can it be?</description>
	<lastBuildDate>Mon, 22 Sep 2008 20:47:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Further Dreamhost Deployment Tips</title>
		<link>http://www.railsdeployment.com/2007/05/28/further-dreamhost-deployment-tips/</link>
		<comments>http://www.railsdeployment.com/2007/05/28/further-dreamhost-deployment-tips/#comments</comments>
		<pubDate>Mon, 28 May 2007 18:00:34 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Capistrano]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Rake]]></category>

		<guid isPermaLink="false">http://www.railsdeployment.com/2007/05/28/further-dreamhost-deployment-tips/</guid>
		<description><![CDATA[Further to my earlier round-up of Dreamhost deployment tips, I see that Jason Harrelson has added his own guide to the mix. Entitled Using Capistrano to overcome deployment hurdles on Dreamhost, it looks like a good overview of the process with plenty of detail on the Dreamost peculiarities as they relate to Rails deployment.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.railsdeployment.com/wp-content/uploads/2007/05/leapingover.jpg" height="300" width="400" border="1" hspace="4" vspace="4" alt="Leaping Over by Giovanni JL http://www.flickr.com/photos/giovannijl-s_photohut/278100017/" title="Leaping Over by Giovanni JL http://www.flickr.com/photos/giovannijl-s_photohut/278100017/" /><br />
Further to <a href="http://www.railsdeployment.com/2007/02/15/dreamhost-deployment/" target="_blank" title="Dreamhost deployment resources">my earlier round-up of Dreamhost deployment tips</a>, I see  that Jason Harrelson has added his own guide to the mix. Entitled <a href="http://blog.jasonharrelson.com/2007/5/20/using-capistrano-to-overcome-deployment-hurdles-on-dreamhost" target="_blank" title="Using Capistrano to overcome deployment hurdles on Dreamhost">Using Capistrano to overcome deployment hurdles on Dreamhost</a>, it looks like a good overview of the process with plenty of detail on the Dreamost peculiarities as they relate to Rails deployment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.railsdeployment.com/2007/05/28/further-dreamhost-deployment-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails Virtual Machines</title>
		<link>http://www.railsdeployment.com/2007/05/24/rails-virtual-machines/</link>
		<comments>http://www.railsdeployment.com/2007/05/24/rails-virtual-machines/#comments</comments>
		<pubDate>Thu, 24 May 2007 21:11:42 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Capistrano]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Rake]]></category>

		<guid isPermaLink="false">http://www.railsdeployment.com/2007/05/24/rails-virtual-machines/</guid>
		<description><![CDATA[Chris McAvoy tipped me off that deploying your Rails app to some form of virtual machine is the new meme in the Rails deployment world. He also points to DHH&#8217;s request to get thinking about what the ideal Rails VM stack would look like. The follow-up discussion is great with contributions from a variety of [...]]]></description>
			<content:encoded><![CDATA[<p>Chris McAvoy <a href="http://weblog.lonelylion.com/2007/05/23/deployable-rails-stack/">tipped me off</a> that deploying your Rails app to some form of virtual machine is the new meme in the Rails deployment world. He also points to DHH&#8217;s request to <a href="http://groups.google.com/group/rubyonrails-stack/browse_thread/thread/d3edf6c1a533b13f">get thinking about what the ideal Rails VM stack would look like</a>. The follow-up discussion is great with contributions from a variety of experienced Rails deployment experts !</p>
<p>Rails deployment goodies mentioned during the discussions include :-</p>
<ul>
<li><a href="http://studios.thoughtworks.com/rubyworks">RubyWorks&#8217; open source LAMP stack for Rails</a></li>
<li><a href="https://support.railsmachine.com/index.php?pg=kb.page&#038;id=24">The Rails Machine Capistrano tasks</a></li>
<li><a href="http://capazon.rubyforge.org/">Capazon</a> Capistrano tasks to manage Amazon EC2 instances</li>
<li><a href="http://www.deprec.org/">deprec</a> deployment recipes for Capistrano</li>
<li><a href="http://rubyforge.org/projects/vmbuilder">vmbuilder</a> tools to manage Rails virtual machines using Capistrano</li>
<li><a href="http://rubyforge.org/projects/multi-tenant/">Multi-Tentant</a> Rails applications</li>
<li><a href="http://haproxy.1wt.eu/">HAProxy</a> High Availability proxy (to limit outstanding requests to 1 per mongrel)</li>
<li><a href="http://www.tildeslash.com/monit/">monit</a> for starting/stopping mongrel processes</li>
</ul>
<p>I was particularly interested in Neil Wilson&#8217;s comments in this discussion thread where he suggests waking up a frozen Amazon EC2 image just for a particular customer as and when they need it. As he sees it, this ensures that each customer gets a dedicated Rails application for just as long as they need it and scaling the number of users for each machine typically isn&#8217;t an issue.</p>
<p>All in all, <a href="http://groups.google.com/group/rubyonrails-stack">Ruby on Rails Stacks</a> looks like a discussion group to watch !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.railsdeployment.com/2007/05/24/rails-virtual-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamhost Deployment</title>
		<link>http://www.railsdeployment.com/2007/02/15/dreamhost-deployment/</link>
		<comments>http://www.railsdeployment.com/2007/02/15/dreamhost-deployment/#comments</comments>
		<pubDate>Thu, 15 Feb 2007 21:11:21 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Capistrano]]></category>
		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.railsdeployment.com/2007/02/15/dreamhost-deployment/</guid>
		<description><![CDATA[Here are some links for those using Ruby on Rails with Dreamhost&#8230; Shovel Capistrano Task for Dreamhost Ruby on Rails Dreamhost Plugin Deploying Rails with Edge and Engines to Dreamhost using Capistrano Important Tips when you Deploy Rails to Dreamhost Ruby on Rails &#8211; Dreamhost Wiki Capistrano &#8211; Dreamhost Wiki]]></description>
			<content:encoded><![CDATA[<p>Here are some links for those using Ruby on Rails with Dreamhost&#8230;</p>
<ul>
<li><a target="_blank" href="http://nubyonrails.com/pages/shovel_dreamhost" title="Shovel for Dreamhost">Shovel Capistrano Task for Dreamhost</a></li>
<li><a target="_blank" href="http://gabrito.com/post/ruby-on-rails-dreamhost-plugin" title="Ruby on Rails Dreamhost Plugin">Ruby on Rails Dreamhost Plugin</a></li>
<li><a target="_blank" href="http://casperfabricius.com/blog/2006/05/21/rails-on-dreamhost/" title="Deploying Rails with Edge and Engines to Dreamhost using Capistrano">Deploying Rails with Edge and Engines to Dreamhost using Capistrano</a></li>
<li><a target="_blank" href="http://www.flevour.net/node/341" title="Important Tips when you Deploy Rails to Dreamhost">Important Tips when you Deploy Rails to Dreamhost</a></li>
<li><a target="_blank" href="http://wiki.dreamhost.com/index.php/Ruby_on_Rails" title="Ruby on Rails Dreamhost Wiki">Ruby on Rails &#8211; Dreamhost Wiki</a></li>
<li><a target="_blank" href="http://wiki.dreamhost.com/index.php/Capistrano" title="Capistrano - Dreamhost Wiki">Capistrano &#8211; Dreamhost Wiki</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.railsdeployment.com/2007/02/15/dreamhost-deployment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.384 seconds -->
