I want to deploy capistrano on my local machine.  I am using passenger/
apache2/enterprise.

In my deploy.rb file I have set

role :web, "localhost"
role :app, "localhost"
role :db, ""localhost"
set :deploy_to, "/var/www"

--------
In my apache2.conf file, my server root is set to "/var/www/current/
public"
-----

When I run  cap deploy:setup, I get the following error:
 [err:: localhost]

Can anyone see what the problem is?  Also, I have not manually started
apache2.  I don't know how to do that, or even if I need to.

Thank you in advance for your help!

Cheri

-- 
* 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

Reply via email to