I'm using Apache. So after I've done my deploy:check, what is the recommended sequence of commands to deploy the app to the main server?
And you mention Phusion Passenger. Do I need this? I was under the impression that to get rails deployed and running on a production server running Apache and MySQL I simply used capistrano with a version control system (I'm using git). Is there another tool (piece) here I'm missing? Thanks. Chris On Mar 17, 11:20 am, Lee Hambley <[email protected]> wrote: > It depends entirely on your stack, if you're using passenger and apache (or > nginx) there is no `start`, so there's no `cold`, and there's often no > explicit restart (I use monit to watch my deploy files, and restart daemons > if the configs (which are deployed with the app) change. > > - 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
