<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Rails deployment with Apache and mod_rails on Ubuntu Gutsy (7.10)</title>
	<link>http://blog.codevader.com/2008/04/18/rails-deployment-with-apache-and-mod_rails-on-ubuntu-gutsy-710/</link>
	<description>Thoughts from the nice people at Codevader :)</description>
	<pubDate>Thu, 07 Aug 2008 20:04:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Yan Pritzker</title>
		<link>http://blog.codevader.com/2008/04/18/rails-deployment-with-apache-and-mod_rails-on-ubuntu-gutsy-710/#comment-67</link>
		<author>Yan Pritzker</author>
		<pubDate>Wed, 23 Apr 2008 23:14:00 +0000</pubDate>
		<guid>http://blog.codevader.com/2008/04/18/rails-deployment-with-apache-and-mod_rails-on-ubuntu-gutsy-710/#comment-67</guid>
		<description>We’re now offering Passenger as a deployment option on our Rails 2 portal for Elastic Server. Build a Passenger or Mongrel container here: http://es.cohesiveft.com/site/rails2, then download it as a vmware image or deploy it to EC2 with one click. Check it out!</description>
		<content:encoded><![CDATA[<p>We’re now offering Passenger as a deployment option on our Rails 2 portal for Elastic Server. Build a Passenger or Mongrel container here: <a href="http://es.cohesiveft.com/site/rails2," rel="nofollow">http://es.cohesiveft.com/site/rails2,</a> then download it as a vmware image or deploy it to EC2 with one click. Check it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maurício</title>
		<link>http://blog.codevader.com/2008/04/18/rails-deployment-with-apache-and-mod_rails-on-ubuntu-gutsy-710/#comment-63</link>
		<author>Maurício</author>
		<pubDate>Mon, 21 Apr 2008 04:26:50 +0000</pubDate>
		<guid>http://blog.codevader.com/2008/04/18/rails-deployment-with-apache-and-mod_rails-on-ubuntu-gutsy-710/#comment-63</guid>
		<description>Yep, my bad on that one, mod_rails needs to be pointed to your public folder.</description>
		<content:encoded><![CDATA[<p>Yep, my bad on that one, mod_rails needs to be pointed to your public folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://blog.codevader.com/2008/04/18/rails-deployment-with-apache-and-mod_rails-on-ubuntu-gutsy-710/#comment-60</link>
		<author>Nathan</author>
		<pubDate>Sun, 20 Apr 2008 21:26:37 +0000</pubDate>
		<guid>http://blog.codevader.com/2008/04/18/rails-deployment-with-apache-and-mod_rails-on-ubuntu-gutsy-710/#comment-60</guid>
		<description>Actually, in vhost_config.erb:

Shouldn't the DocumentRoot be set to: = current_path + ‘/public’

The virtual host's document root must point to your Ruby on Rails application's public folder.</description>
		<content:encoded><![CDATA[<p>Actually, in vhost_config.erb:</p>
<p>Shouldn&#8217;t the DocumentRoot be set to: = current_path + ‘/public’</p>
<p>The virtual host&#8217;s document root must point to your Ruby on Rails application&#8217;s public folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blog.codevader.com/2008/04/18/rails-deployment-with-apache-and-mod_rails-on-ubuntu-gutsy-710/#comment-59</link>
		<author>Daniel</author>
		<pubDate>Sat, 19 Apr 2008 00:08:17 +0000</pubDate>
		<guid>http://blog.codevader.com/2008/04/18/rails-deployment-with-apache-and-mod_rails-on-ubuntu-gutsy-710/#comment-59</guid>
		<description>Thanks for the step by step guide.
Just noticed that you should replace:

sudo apt-get updatesudo apt-get dist-upgradesudo apt-get autoremove

with:

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get autoremove

or 
sudo apt-get update &#38;&#38; sudo apt-get dist-upgrade &#38;&#38; sudo apt-get autoremove

Of course it could be that you typed it right, but  WordPress is changing the display of the double AND characters.

Anyway,
Thanks again</description>
		<content:encoded><![CDATA[<p>Thanks for the step by step guide.<br />
Just noticed that you should replace:</p>
<p>sudo apt-get updatesudo apt-get dist-upgradesudo apt-get autoremove</p>
<p>with:</p>
<p>sudo apt-get update<br />
sudo apt-get dist-upgrade<br />
sudo apt-get autoremove</p>
<p>or<br />
sudo apt-get update &amp;&amp; sudo apt-get dist-upgrade &amp;&amp; sudo apt-get autoremove</p>
<p>Of course it could be that you typed it right, but  WordPress is changing the display of the double AND characters.</p>
<p>Anyway,<br />
Thanks again</p>
]]></content:encoded>
	</item>
</channel>
</rss>
