<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>Bryan Helmkamp - Capistrano tasks for BackgrounDRb Comments</title>
  <id>tag:www.brynary.com,2009:/2007/4/8/capistrano-tasks-for-backgroundrb/comments</id>
  <generator version="0.8.0" uri="http://mephistoblog.com">Mephisto Drax</generator>
  <link href="http://www.brynary.com/2007/4/8/capistrano-tasks-for-backgroundrb/comments.xml" rel="self" type="application/atom+xml"/>
  <link href="/2007/4/8/capistrano-tasks-for-backgroundrb" rel="alternate" type="text/html"/>
  <updated>2007-08-27T06:02:58Z</updated>
  <entry xml:base="http://www.brynary.com/">
    <author>
      <name>Nate Murray</name>
    </author>
    <id>tag:www.brynary.com,2007-04-08:45:454</id>
    <published>2007-07-03T22:45:25Z</published>
    <updated>2007-07-03T22:45:25Z</updated>
    <category term="Rails"/>
    <link href="http://www.brynary.com/2007/4/8/capistrano-tasks-for-backgroundrb" rel="alternate" type="text/html"/>
    <title>Comment on 'Capistrano tasks for BackgrounDRb' by Nate Murray</title>
<content type="html">For the new version of BackgrounDRb you could use the following command:
&lt;pre&gt;

  desc &quot;Start the backgroundrb server&quot; 
  task :start_backgroundrb , :roles =&amp;gt; :app do
    run &quot;cd #{current_path} &#38;&#38; nohup ./script/backgroundrb start -- -r production &amp;gt; #{current_path}/log/backgroundrb-cap.log 2&amp;gt;&#38;1&quot; 
  end

&lt;/pre&gt;

	&lt;p&gt;-Nate Murray&lt;/p&gt;</content>  </entry>
</feed>
