Hi,
What do I have to do to have capistrano capistrano restart my mongrel
cluster on each deploy. I think the standard way to do this is with
the scrip/spin file. I have this in mine (which I copied from the
capify.org site)
#!/usr/bin/env ruby
/u/apps/my_add_test/script/process/spawner -p 8000 -i 3
However, when I run cap deploy, I get this:
* executing "sudo /u/apps/mms-service/current/script/process/reaper"
servers: ["216.98.159.252"]
[216.98.159.252] executing command
** [out :: 216.98.159.252] Couldn't find any pid file in '/u/apps/mms-
service/current/tmp/pids' matching 'dispatch.[0-9]*.pid'
** [out :: 216.98.159.252] (also looked for processes matching "/u/
apps/mms-service/current/public/dispatch.fcgi")
Can somebody point me in the right direction to set this up?
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---