Problem deploying with Capistrano PLEASE HELP

Hi Fernandez,

You should look at your deploy.rb-script and modify the "restart" task. Just use the commands you use to restart your mongrel cluster.

My setup looks something like this: run "cd #{release_path} && sudo -u user mongrel_rails cluster::restart -C /path/to/conf.conf" sudo "apachectl graceful"

Hope that helps.

/Richard Johansson