I'm trying to set up capistrano on windows connecting to a linux
server.  This process has been way more of a pain than I had imagined,
but I think I am down to my last problem.  (I hope).

I can successfully do:
cap deploy:setup
and
cap deploy:cold

I get a problem during "cap deploy" trying to stop mongrel.

At some point, script/process/reaper is run.  I'm not sure what should
be in there.  Originally reaper contains:

#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../../config/boot'
require 'commands/process/reaper'

which does not seem to do anything.  I tried replacing this with:

cd /home/webber00/proj/current
mongrel_rails stop

but that does not work either.

I really really could use some help on this one!
--~--~---------~--~----~------------~-------~--~----~
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