<?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"
	>
<channel>
	<title>Comments on: Automate Your Rails Deployment</title>
	<atom:link href="http://blog.citrusbyte.com/2008/07/18/automate-your-rails-deployment/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.citrusbyte.com/2008/07/18/automate-your-rails-deployment/</link>
	<description>CitrusByte</description>
	<pubDate>Fri, 21 Nov 2008 09:20:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Mr Frosti</title>
		<link>http://blog.citrusbyte.com/2008/07/18/automate-your-rails-deployment/#comment-345</link>
		<dc:creator>Mr Frosti</dc:creator>
		<pubDate>Mon, 22 Sep 2008 22:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=10#comment-345</guid>
		<description>Thanks for the mention - I just did a recent deployment using mod_rails in a slightly more complex setup involving multiple projects on the same DNS. A few hiccups later, I again had a successful (and solid) production environment with just a few clicks. 

My only complaint with mod_rails currently is it doesn't seem to be easy to setup a rails project as DocumentRoot, while having RailsBaseURI point to symlinks inside the root project's public folder. I finally decided on different ports - less than ideal.</description>
		<content:encoded><![CDATA[<p>Thanks for the mention - I just did a recent deployment using mod_rails in a slightly more complex setup involving multiple projects on the same DNS. A few hiccups later, I again had a successful (and solid) production environment with just a few clicks. </p>
<p>My only complaint with mod_rails currently is it doesn&#8217;t seem to be easy to setup a rails project as DocumentRoot, while having RailsBaseURI point to symlinks inside the root project&#8217;s public folder. I finally decided on different ports - less than ideal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: automate rails deploy and provisioning &#8212; award tour</title>
		<link>http://blog.citrusbyte.com/2008/07/18/automate-your-rails-deployment/#comment-125</link>
		<dc:creator>automate rails deploy and provisioning &#8212; award tour</dc:creator>
		<pubDate>Tue, 19 Aug 2008 18:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=10#comment-125</guid>
		<description>[...] Official CitrusByte Blog » Automate Your Rails Deployment. some interesting scripts for automating provisioning too. [...]</description>
		<content:encoded><![CDATA[<p>[...] Official CitrusByte Blog » Automate Your Rails Deployment. some interesting scripts for automating provisioning too. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitchell Hashimoto</title>
		<link>http://blog.citrusbyte.com/2008/07/18/automate-your-rails-deployment/#comment-107</link>
		<dc:creator>Mitchell Hashimoto</dc:creator>
		<pubDate>Sat, 16 Aug 2008 18:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=10#comment-107</guid>
		<description>I suppose, but with the preference pane it sets up the vhost for you so that is a plus. And you can't beat running your application components all at the same time, without having to worry about ports being taken up. I have client work, personal work, etc. all sitting idle all the time with my apache, so I just go to "somework.loc" in my browser and it boots up the rails process for me, without me having to terminal in and &lt;code&gt;script/server&lt;/code&gt; it. Additionally, coding URLs to use ".loc" instead of ".com" is a lot easier than worrying about ports. 

And if you just put this alias in your bashrc file:

&lt;code&gt;alias prestart="touch tmp/restart.txt"&lt;/code&gt;

Then typing that instead of ^c then script/server and waiting for it to boot everytime is a great resource.</description>
		<content:encoded><![CDATA[<p>I suppose, but with the preference pane it sets up the vhost for you so that is a plus. And you can&#8217;t beat running your application components all at the same time, without having to worry about ports being taken up. I have client work, personal work, etc. all sitting idle all the time with my apache, so I just go to &#8220;somework.loc&#8221; in my browser and it boots up the rails process for me, without me having to terminal in and <code>script/server</code> it. Additionally, coding URLs to use &#8220;.loc&#8221; instead of &#8220;.com&#8221; is a lot easier than worrying about ports. </p>
<p>And if you just put this alias in your bashrc file:</p>
<p><code>alias prestart="touch tmp/restart.txt"</code></p>
<p>Then typing that instead of ^c then script/server and waiting for it to boot everytime is a great resource.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blog.citrusbyte.com/2008/07/18/automate-your-rails-deployment/#comment-105</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 15 Aug 2008 19:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=10#comment-105</guid>
		<description>Because you still have to create a vhost directive for each site. 

Process of passenger on OSX w/ Passenger preference:

1) Open up apple preferences
2) Drag rails directory to preference
3) Make alias to tmp/restart.txt

Lame!</description>
		<content:encoded><![CDATA[<p>Because you still have to create a vhost directive for each site. </p>
<p>Process of passenger on OSX w/ Passenger preference:</p>
<p>1) Open up apple preferences<br />
2) Drag rails directory to preference<br />
3) Make alias to tmp/restart.txt</p>
<p>Lame!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitchell Hashimoto</title>
		<link>http://blog.citrusbyte.com/2008/07/18/automate-your-rails-deployment/#comment-104</link>
		<dc:creator>Mitchell Hashimoto</dc:creator>
		<pubDate>Fri, 15 Aug 2008 03:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=10#comment-104</guid>
		<description>Daniel, how is typing &lt;pre&gt;script/server&lt;/pre&gt; easier than making an alias to touch tmp/restart.txt? 

Another benefit for development is if you're running multiple rails servers you can run all of them on port 80 at the same time, so you don't have to play with port 3000, 3001, etc.</description>
		<content:encoded><![CDATA[<p>Daniel, how is typing
<pre>script/server</pre>
<p> easier than making an alias to touch tmp/restart.txt? </p>
<p>Another benefit for development is if you&#8217;re running multiple rails servers you can run all of them on port 80 at the same time, so you don&#8217;t have to play with port 3000, 3001, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-08-09 [delicious.com] &#171; Amy G. Dala</title>
		<link>http://blog.citrusbyte.com/2008/07/18/automate-your-rails-deployment/#comment-97</link>
		<dc:creator>links for 2008-08-09 [delicious.com] &#171; Amy G. Dala</dc:creator>
		<pubDate>Sat, 09 Aug 2008 14:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=10#comment-97</guid>
		<description>[...] Official CitrusByte Blog » Blog Archive » Automate Your Rails Deployment (tags: rails deployment reference) [...]</description>
		<content:encoded><![CDATA[<p>[...] Official CitrusByte Blog » Blog Archive » Automate Your Rails Deployment (tags: rails deployment reference) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Fischer</title>
		<link>http://blog.citrusbyte.com/2008/07/18/automate-your-rails-deployment/#comment-95</link>
		<dc:creator>Daniel Fischer</dc:creator>
		<pubDate>Thu, 07 Aug 2008 23:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=10#comment-95</guid>
		<description>I am just starting to use passenger for my production environment.

I tried it for local development, but I don't think that is the best application to use it. Typing out &lt;code&gt;script/server&lt;/code&gt; is a lot easier.</description>
		<content:encoded><![CDATA[<p>I am just starting to use passenger for my production environment.</p>
<p>I tried it for local development, but I don&#8217;t think that is the best application to use it. Typing out <code>script/server</code> is a lot easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari Lerner</title>
		<link>http://blog.citrusbyte.com/2008/07/18/automate-your-rails-deployment/#comment-8</link>
		<dc:creator>Ari Lerner</dc:creator>
		<pubDate>Mon, 21 Jul 2008 22:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=10#comment-8</guid>
		<description>The newest fixes (including a gem fix) have been pushed into the latest sprinkle release so:

gem install sprinkle

should work once again (thanks marcus)</description>
		<content:encoded><![CDATA[<p>The newest fixes (including a gem fix) have been pushed into the latest sprinkle release so:</p>
<p>gem install sprinkle</p>
<p>should work once again (thanks marcus)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malko</title>
		<link>http://blog.citrusbyte.com/2008/07/18/automate-your-rails-deployment/#comment-7</link>
		<dc:creator>Malko</dc:creator>
		<pubDate>Mon, 21 Jul 2008 22:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=10#comment-7</guid>
		<description>Mitchell,

Thanks for this. Getting this setup on my slicehost was a breeze. I found one error that I can't quite shake. It seems that none of my rubygems are taking hold. If I go into an irb prompt and do require 'haml' for instance, I'm getting errors that it doesn't know how to load this. Now I know I can require 'rubygems' before hand, but do you have any idea how to solve this issue so that you don't need that require 'rubygems' like it is on my local machine?

Thanks!</description>
		<content:encoded><![CDATA[<p>Mitchell,</p>
<p>Thanks for this. Getting this setup on my slicehost was a breeze. I found one error that I can&#8217;t quite shake. It seems that none of my rubygems are taking hold. If I go into an irb prompt and do require &#8216;haml&#8217; for instance, I&#8217;m getting errors that it doesn&#8217;t know how to load this. Now I know I can require &#8216;rubygems&#8217; before hand, but do you have any idea how to solve this issue so that you don&#8217;t need that require &#8216;rubygems&#8217; like it is on my local machine?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitchell Hashimoto</title>
		<link>http://blog.citrusbyte.com/2008/07/18/automate-your-rails-deployment/#comment-4</link>
		<dc:creator>Mitchell Hashimoto</dc:creator>
		<pubDate>Sat, 19 Jul 2008 15:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=10#comment-4</guid>
		<description>@Martin: You're correct, Apache2 it is! Unfortunately I didn't save an easy editable version of the image. But good catch.

@Alistair: Thank you! If you're interested in slicehost you should follow my fork of Sprinkle at github:

http://github.com/mitchellh/sprinkle/tree/master

Sprinkle was made with provisioning slicehost specifically, though it can be used to sprinkle any time of server.</description>
		<content:encoded><![CDATA[<p>@Martin: You&#8217;re correct, Apache2 it is! Unfortunately I didn&#8217;t save an easy editable version of the image. But good catch.</p>
<p>@Alistair: Thank you! If you&#8217;re interested in slicehost you should follow my fork of Sprinkle at github:</p>
<p><a href="http://github.com/mitchellh/sprinkle/tree/master" rel="nofollow">http://github.com/mitchellh/sprinkle/tree/master</a></p>
<p>Sprinkle was made with provisioning slicehost specifically, though it can be used to sprinkle any time of server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
