<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Capistrano on flow</title><link>https://eric.harris-braun.com/blog/tags/capistrano/</link><description>Recent content in Capistrano on flow</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Thu, 19 Apr 2007 00:00:00 +0000</lastBuildDate><atom:link href="https://eric.harris-braun.com/blog/tags/capistrano/index.xml" rel="self" type="application/rss+xml"/><item><title>rails capistrano deploy script OS X to Ubuntu</title><link>https://eric.harris-braun.com/blog/2007/04/19/rails-capistrano-deploy-script-os-x-to-ubuntu/</link><pubDate>Thu, 19 Apr 2007 00:00:00 +0000</pubDate><guid>https://eric.harris-braun.com/blog/2007/04/19/rails-capistrano-deploy-script-os-x-to-ubuntu/</guid><description>&lt;p>Ok, so in a previous post I described the rabit-hole which is switching to rails. Below&amp;rsquo;s my capistrano deploy script which solves a number of problems:&lt;/p>
&lt;ol>
&lt;li>The production server needs a mongrel cluster configuration file added.&lt;/li>
&lt;li>Deployment requires restarting the mongrel cluster.&lt;/li>
&lt;li>On Ubuntu the database.yaml spec has to be modified to because you need to specify a mysql socket path differently from OS X.&lt;/li>
&lt;/ol>
&lt;p>So here&amp;rsquo;s what I added to make it work:&lt;/p></description></item></channel></rss>