<?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; EC2</title>
	<atom:link href="http://www.railsdeployment.com/category/ec2/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>Pool Party</title>
		<link>http://www.railsdeployment.com/2008/06/23/pool-party/</link>
		<comments>http://www.railsdeployment.com/2008/06/23/pool-party/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 07:39:16 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[EC2]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://www.railsdeployment.com/?p=56</guid>
		<description><![CDATA[PoolParty is a tool which, according to their web site, helps you deploy, monitor and load-balance Amazon EC2 instances. The RailsConf &#8217;08 presentation on PoolParty is available on Scribd for those looking to take the plunge (sorry, couldn&#8217;t resist !)]]></description>
			<content:encoded><![CDATA[<p><a title="PoolPrty" href="http://poolpartyrb.com/" target="_blank">PoolParty</a> is a tool which, according to their web site, helps you deploy, monitor and load-balance Amazon EC2 instances.</p>
<p>The RailsConf &#8217;08 presentation on PoolParty is <a title="PoolParty Presentation from RailsConf 08" href="http://www.scribd.com/doc/3253152/pool-party-presentation" target="_blank">available on Scribd</a> for those looking to take the plunge (sorry, couldn&#8217;t resist !)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.railsdeployment.com/2008/06/23/pool-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying to EC2 with Rubber</title>
		<link>http://www.railsdeployment.com/2008/06/19/deploying-to-ec2-with-rubber/</link>
		<comments>http://www.railsdeployment.com/2008/06/19/deploying-to-ec2-with-rubber/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 19:00:53 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[EC2]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://www.railsdeployment.com/?p=52</guid>
		<description><![CDATA[Here&#8217;s another new deployment option which might interest those of you deploying to Amazon&#8217;s EC2 service. Rubber lets you deploy to one or more machines in the cloud and add more as you need them (with a role-based model similar to Capistrano&#8217;s). They have a quickstart if you want to get a feel for how [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another new deployment option which might interest those of you deploying to Amazon&#8217;s EC2 service. <a title="Rubber at github" href="http://github.com/wr0ngway/rubber/wikis" target="_blank">Rubber</a> lets you deploy to one or more machines in the cloud and add more as you need them (with a role-based model similar to Capistrano&#8217;s).</p>
<p>They have a <a title="Rubber Quickstart" href="http://github.com/wr0ngway/rubber/wikis/quick-start" target="_blank">quickstart</a> if you want to get a feel for how you&#8217;d use it before picking it up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.railsdeployment.com/2008/06/19/deploying-to-ec2-with-rubber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fuzed and EC2</title>
		<link>http://www.railsdeployment.com/2008/06/17/fuzed-and-ec2/</link>
		<comments>http://www.railsdeployment.com/2008/06/17/fuzed-and-ec2/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 20:28:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[EC2]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Erlang]]></category>

		<guid isPermaLink="false">http://www.railsdeployment.com/?p=51</guid>
		<description><![CDATA[I came across a novel deployment option this week. Fuzed lets you run your Rails application behind YAWS, a high-performance Erlang web server. At least that&#8217;s what I think it does. The description over at Github is slightly different in that it doesn&#8217;t specifically mention YAWS but it may still be in there. Scott Chacon [...]]]></description>
			<content:encoded><![CDATA[<p>I came across a novel deployment option this week. <a title="Fuzed" href="http://fuzed.rubyforge.org/" target="_blank">Fuzed</a> lets you run your Rails application behind <a title="YAWS Web Server" href="http://yaws.hyber.org/" target="_blank">YAWS</a>, a high-performance <a title="Erlang" href="http://www.erlang.org/" target="_blank">Erlang</a> web server. At least that&#8217;s what I think it does. The <a title="Fuzed at github" href="http://github.com/KirinDave/fuzed/tree/master" target="_blank">description over at Github</a> is slightly different in that it doesn&#8217;t specifically mention YAWS but it may still be in there.</p>
<p>Scott Chacon has a good video over at Join the Conversation showing <a title="Fuzed and EC2" href="http://jointheconversation.org/2008/06/06/fuzed-and-ec2/" target="_blank">Fuzed in action</a> in conjunction with Amazon EC2 &#8211; well worth a watch. The scripts he uses in the video are <a title="fuzec2" href="http://github.com/schacon/fuzec2/tree/master" target="_blank">up on github</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.railsdeployment.com/2008/06/17/fuzed-and-ec2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

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