I'm on v.2.5.16 now. I'm deploying to an OSX Leopard server. Some time ago I built a Cap deployment based on Apple's (somewhat old, but previously working) recommendations at http://developer.apple.com/tools/deployonrailsleopard.html - this worked on Cap 2.5.9.
Unfortunately since then, something's changed and this no longer works - cap deploy:start wants to run up script/spin - it looks as the default command is running. I don't want to use this approach as I'm multistaging and it's convenient for me to keep the start, stop and restart commands in production.rb and staging.rb as they are different for each environment. In each of these, in a :namespace deploy I have an :after_update_code (I know it's deprecated) which successfully runs. The :start :stop and :restart also in the namespace do no. What am I doing wrong, what do I need to do to get this to work (and where's the documentation?) Thanks in advance, Alan. -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
