Hello every one. I currently have a rails site that requires Telegraph
(http://telegraph.rubyforge.org/Home.html). My problem is I cant get
capistrano to restart telegraph using:

  task :restart, :roles => :proxy, :excempt => { :no_release => true }
do
    sudo "killall ruby script/agi_server -d -e production"
    sudo "#{current_directory}script/agi_server -d -e production"
  end

Any ideas?
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to