<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Capistrano &amp; EC2 Sitting in a Tree, K I S S I N G</title>
	<atom:link href="http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/feed/" rel="self" type="application/rss+xml" />
	<link>http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 13 Oct 2009 11:42:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Grimes</title>
		<link>http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-2129</link>
		<dc:creator>John Grimes</dc:creator>
		<pubDate>Sat, 28 Mar 2009 17:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-2129</guid>
		<description>I have just started recently playing with EC2, and the way that I am handling the impermanence issue is by creating an EBS persistent data block. The cost of storing data in this way actually seems to be a bit cheaper than S3 at 0.10 per GB-month vs 0.15 for S3.

I then mount the EBS block onto /vol on my instance and create an ext3 filesystem on it.

I moved my Apache document root, sites-enabled and sites-available directories to /vol/www where they live alongside site directories. All I needed to change in apache2.conf was the Include statement for sites-enabled which needed to be changed from /etc/apache2/sites-enabled to /vol/www/sites-enabled.

I then moved my PostgreSQL data directory to /vol/data, updating my postgresql.conf file to reflect the new data directory location. I am almost certain that it is very similar to do this with MySQL.

Way easier than I thought it would be!

By the way I am using the new Ubuntu Server Edition for EC2 beta.</description>
		<content:encoded><![CDATA[<p>I have just started recently playing with EC2, and the way that I am handling the impermanence issue is by creating an EBS persistent data block. The cost of storing data in this way actually seems to be a bit cheaper than S3 at 0.10 per GB-month vs 0.15 for S3.</p>
<p>I then mount the EBS block onto /vol on my instance and create an ext3 filesystem on it.</p>
<p>I moved my Apache document root, sites-enabled and sites-available directories to /vol/www where they live alongside site directories. All I needed to change in apache2.conf was the Include statement for sites-enabled which needed to be changed from /etc/apache2/sites-enabled to /vol/www/sites-enabled.</p>
<p>I then moved my PostgreSQL data directory to /vol/data, updating my postgresql.conf file to reflect the new data directory location. I am almost certain that it is very similar to do this with MySQL.</p>
<p>Way easier than I thought it would be!</p>
<p>By the way I am using the new Ubuntu Server Edition for EC2 beta.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikhailov</title>
		<link>http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-2121</link>
		<dc:creator>mikhailov</dc:creator>
		<pubDate>Fri, 30 Jan 2009 18:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-2121</guid>
		<description>http://www.railsgeek.com/2009/1/29/amazon-aws-ec2-rails-all-in-one
As you may know, standard template “Amazon EC2 Rails-All-in-one-trial” by Amazon AWS is not good… yeap, it is. Let me show you how fix it by your hads :)

Let’s start. We have a useful EC2 based on CentOS 5.2. Great enterprise linux for the Rails application. But Ruby 1.8.5 on aboard, it’s deeply out-of-date…

http://rubyonrails.org/download We recommend Ruby 1.8.7 for use with Rails. Ruby 1.8.6, 1.8.5, 1.8.4 and 1.8.2 are still usable too, but version 1.8.3 is not.</description>
		<content:encoded><![CDATA[<p><a href="http://www.railsgeek.com/2009/1/29/amazon-aws-ec2-rails-all-in-one" rel="nofollow">http://www.railsgeek.com/2009/1/29/amazon-aws-ec2-rails-all-in-one</a><br />
As you may know, standard template “Amazon EC2 Rails-All-in-one-trial” by Amazon AWS is not good… yeap, it is. Let me show you how fix it by your hads <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Let’s start. We have a useful EC2 based on CentOS 5.2. Great enterprise linux for the Rails application. But Ruby 1.8.5 on aboard, it’s deeply out-of-date…</p>
<p><a href="http://rubyonrails.org/download" rel="nofollow">http://rubyonrails.org/download</a> We recommend Ruby 1.8.7 for use with Rails. Ruby 1.8.6, 1.8.5, 1.8.4 and 1.8.2 are still usable too, but version 1.8.3 is not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xnot.org &#187; Blog Archive &#187; Using Capistrano with EC2</title>
		<link>http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-2118</link>
		<dc:creator>Xnot.org &#187; Blog Archive &#187; Using Capistrano with EC2</dc:creator>
		<pubDate>Wed, 17 Dec 2008 23:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-2118</guid>
		<description>[...]  has long been known that capistrano is borked when using EC2 because it requires the public [...]</description>
		<content:encoded><![CDATA[<p>[...]  has long been known that capistrano is borked when using EC2 because it requires the public [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-2103</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 03 Apr 2008 03:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-2103</guid>
		<description>What do you guys think of this?...
http://ec2onrails.rubyforge.org/</description>
		<content:encoded><![CDATA[<p>What do you guys think of this?&#8230;<br />
<a href="http://ec2onrails.rubyforge.org/" rel="nofollow">http://ec2onrails.rubyforge.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveodom</title>
		<link>http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-2096</link>
		<dc:creator>steveodom</dc:creator>
		<pubDate>Thu, 31 Jan 2008 00:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-2096</guid>
		<description>Hi Chris,

I haven&#039;t done much on this in a while and don&#039;t have plans to continue supporting it. I&#039;d suggest trying some of the other plugins and gems. Here&#039;s a new one:

http://simplygenius.com/geekblog/2008/01/28/deploying-rails-apps-to-ec2-with-capistrano/#more-43

Others include capazon and Paul Dowman&#039;s project:
http://pauldowman.com/projects/ruby-on-rails-ec2/

Hope that helps.

Steve</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>I haven&#8217;t done much on this in a while and don&#8217;t have plans to continue supporting it. I&#8217;d suggest trying some of the other plugins and gems. Here&#8217;s a new one:</p>
<p><a href="http://simplygenius.com/geekblog/2008/01/28/deploying-rails-apps-to-ec2-with-capistrano/#more-43" rel="nofollow">http://simplygenius.com/geekblog/2008/01/28/deploying-rails-apps-to-ec2-with-capistrano/#more-43</a></p>
<p>Others include capazon and Paul Dowman&#8217;s project:<br />
<a href="http://pauldowman.com/projects/ruby-on-rails-ec2/" rel="nofollow">http://pauldowman.com/projects/ruby-on-rails-ec2/</a></p>
<p>Hope that helps.</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Anderson</title>
		<link>http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-2095</link>
		<dc:creator>Chris Anderson</dc:creator>
		<pubDate>Wed, 30 Jan 2008 21:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-2095</guid>
		<description>It looks like your ec2.rake deploy.rb etc links are all giving access denied errors.

Hopefully I can find another copy out there on the web somewhere, because I&#039;ve got some AMIs to boot!

Thanks for putting this together, it looks like exactly what I need.</description>
		<content:encoded><![CDATA[<p>It looks like your ec2.rake deploy.rb etc links are all giving access denied errors.</p>
<p>Hopefully I can find another copy out there on the web somewhere, because I&#8217;ve got some AMIs to boot!</p>
<p>Thanks for putting this together, it looks like exactly what I need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Fresh Cup &#187; Blog Archive &#187; Double Shot #5</title>
		<link>http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-2067</link>
		<dc:creator>A Fresh Cup &#187; Blog Archive &#187; Double Shot #5</dc:creator>
		<pubDate>Wed, 02 Jan 2008 03:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-2067</guid>
		<description>[...] Capistrano &amp; EC2 Sitting in a Tree, K I S S I N G includes Rake tasks and a Capistrano deployment file to make pushing a Rails application up to Amazon EC2 servers simple. Looks like a nice automated solution for scaleable rollouts. [...]</description>
		<content:encoded><![CDATA[<p>[...] Capistrano &amp; EC2 Sitting in a Tree, K I S S I N G includes Rake tasks and a Capistrano deployment file to make pushing a Rails application up to Amazon EC2 servers simple. Looks like a nice automated solution for scaleable rollouts. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mighty Linuxz &#187; EC2 &#38; Capistrano Sitting in a Tree, K I S S I N G</title>
		<link>http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-1910</link>
		<dc:creator>Mighty Linuxz &#187; EC2 &#38; Capistrano Sitting in a Tree, K I S S I N G</dc:creator>
		<pubDate>Sun, 18 Nov 2007 15:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-1910</guid>
		<description>[...] read more &#124; digg story [...]</description>
		<content:encoded><![CDATA[<p>[...] read more | digg story [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveodom</title>
		<link>http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-1662</link>
		<dc:creator>steveodom</dc:creator>
		<pubDate>Tue, 09 Oct 2007 21:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-1662</guid>
		<description>Larry, thanks for the heads up and the nice comments. Great looking site.</description>
		<content:encoded><![CDATA[<p>Larry, thanks for the heads up and the nice comments. Great looking site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry</title>
		<link>http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-1661</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Tue, 09 Oct 2007 19:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2007/02/12/capistrano-ec2-sitting-in-a-tree-k-i-s-s-i-n-g/#comment-1661</guid>
		<description>Hey,

Good work on what you have built.  We currently run our entire web site on EC2/S3.  We have about a million downloads a month and growing.  We had 16TB of data sent out from EC2 last month.

We do the same thing as you except we do mysql dumps to s3 every 2 hours.  The main reason I am commenting is to ward you away from s3infinidisk.  We purchased 2 copies of s3dfs (infinidisk) in the spring and the support was horrible.  I gave the owner of it many bugs and he always said there were fixes coming but then nothing.  Eventually he just stopped responding to me.  $2K down the drain.  

We have done price comparisons on what we are saving not using a co-lo and I have to say we are doing great.  

Thanks for keeping the good word out on this great service!

Larry</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Good work on what you have built.  We currently run our entire web site on EC2/S3.  We have about a million downloads a month and growing.  We had 16TB of data sent out from EC2 last month.</p>
<p>We do the same thing as you except we do mysql dumps to s3 every 2 hours.  The main reason I am commenting is to ward you away from s3infinidisk.  We purchased 2 copies of s3dfs (infinidisk) in the spring and the support was horrible.  I gave the owner of it many bugs and he always said there were fixes coming but then nothing.  Eventually he just stopped responding to me.  $2K down the drain.  </p>
<p>We have done price comparisons on what we are saving not using a co-lo and I have to say we are doing great.  </p>
<p>Thanks for keeping the good word out on this great service!</p>
<p>Larry</p>
]]></content:encoded>
	</item>
</channel>
</rss>
