I copy the restart code from the Howto, but it doesn't exist when run
the "rake remote:setup", it hangs there. How can i solve this?
Thanks for any help.
the restart codes:
desc "Restart webbrick"
task :restart, :roles => :app do
run "cd #{deploy_to}/current ; script/server -p #{deploy_port} -d"
end
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---