deprec is a collection of capistrano recipes intended for use with an
ubuntu server.

>From deprec.rubyforge.org:

## install rails stack
#
# this currently only works with ubuntu 6.06.1 server installed
# you need to have an account on this machine and sudo access
#
export HOSTS=r01,r02,r03      # define some hosts to mess with
cap setup_ssh_keys            # copy out your public keys
cap install_rails_stack       # install apache, rubygems, mongrel, rails, etc.
unset HOSTS                   # stop overriding cap's hosts list

On 2/26/07, DA Hancu <[EMAIL PROTECTED]> wrote:
>
> In case anyone else has this problem, if you go to your gems folder
> and look inside of deprec directory (mine is in /usr/local/lib/ruby/
> gems/1.8/gems/deprec-1.3.1/lib/deprec)
>
> You will find ssh.rb inside of the recipes directory. Open that up and
> you will see where /home is hardcoded.
>
>
> >
>

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