> So, I'm curious what other people do. Are those with critical apps > specifically *not* using script/spin and manually creating service > scripts and deployment recipes like we did before? For some reason, I > doubt that. So, what's the community's preferred method for re- > spinning > on reboot.
We use mongrel_cluster recipes for cap2 (can be found with google) and also create a system service for mongrel cluster. This works except when something unexpected happens and server does not execute shutdown properly (such as power failure). Automatic handling of that is on our todo list (some action needs to remove pid files at boot)... Mongrel cluster itself needs a bit of attention (paths and stuff). All of it can be automated (performed with a script at server install time). After that, it is just your plain "cap deploy" for each new version. izidor --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
