Displaying 1 result from an estimated 1 matches for "000718".
Did you mean:
000018
2007 Mar 12
7
Capistrano Hanging on Deployment
Hello ~
I am using the Capistrano recipe outlined in this post to restart my
backgroundrb server:
http://rubyforge.org/pipermail/backgroundrb-devel/2007-February/000718.html
My Version:
~~~~~~~~~~~~
task :before_restart, :roles => :app do
restart_backgroundrb
end
task :start_backgroundrb, :roles => :app do
sudo "nohup
/var/www/rails/#{application}/current/script/backgroundrb/start "
end
task :stop_backgroundrb, :roles => :app do
sudo...