Thanks - good to know! I'm going to march forward and install Passenger and see what happens.
Chris On Mar 17, 11:50 am, Lee Hambley <[email protected]> wrote: > 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 [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
