Jeff,

The spawner/reaper dance is not specific to fcgi--it's also for  
mongrel. That said, if you are using a cluster of mongrel instances,  
many people are prefering the mongrel_cluster utility to the rails  
spawner. However, one way or another, you're still going to need to  
"spin up" your mongrel instances on your first deploy, and that's  
what the cold_deploy task includes.

- Jamis

On May 7, 2007, at 1:56 PM, Jeff wrote:

>
> I'm still using capistrano 1.4.1.  When deploying a Rails app for the
> first time, it seems to me that cold_deploy isn't necessary for an
> Apache -> Mongrel setup.  I say that because it seems like the value
> of cold_deploy is to the spinner/spawner/reaper dance, which is only
> for fcgi.
>
> So for getting a brand new rails app deployed for the first time, I
> just need to run cap setup, then cap deploy.
>
> Am I right, or am I missing something?
>
> Jeff
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to