You're missing your application server, whatever you prefer to use, the
script/spin you're seeing was bundled with old versions of Rails, a way to
use mongrel clusters to run your application, it's the Capistrano default…
but *nobody* uses deploy:cold or mongrel clusters anymore!

Your application server is, unicorn, Passenger mod_rails, or one of
countless others… and most have pretty good docs on how to work with them
using Capsitrano.

Passenger is probably the easiest to use; Unicorn is the most `unix` like…
and various others have their pros, and cons… take your pick, really!

- Lee

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to capistrano@googlegroups.com
* To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to