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
Capistrano is a tool for automating tasks on one or more remote servers. It executes commands in parallel on all targeted machines, and provides a mechanism for rolling back changes across multiple machines.
On Feb 12, 2010, at 1:25 PM, liquid_rails <cheri.a...@gmail.com>
wrote:
> --
> * You received this message because you are subscribed to the Google
> Groups "Capistrano" group.
> * To post to this group, send email to capis...@googlegroups.com
> * To unsubscribe from this group, send email to capistrano+...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
Set up a VM (VirtualBox or VMWare + some Linux distro) on your
system as your "remote host". More realistic learning, less chance
of trashing anything valuable + you can always back up to a recent
snapshot.
--
Hassan Schroeder ------------------------ hassan.s...@gmail.com
twitter: @hassan