[Uw-ruby] instances

Garrick West garrick at acm.org
Thu Feb 28 18:54:11 PST 2008


I'm still total failure to do a "cap deploy:setup".  I've followed all of
the instructions for my deploy.rb settings and it's still failing (at this
point) to connect to root at ec2-67-202-54-97.compute-1.amazonaws.com

I can log in with the private key without a problem (e.g. "ssh -i
~/.ssh/id_rsa root at ec2-67-202-54-97.compute-1.amazonaws.com" will drop me in
nice and happy. ).  I've set up the ssh-agent and public key files as
specified.
I've got the following deploy.rb:

########BEGIN MY deploy.rb FILE######
set :application, "junkfeed"
set :ssh_options, {:forward_agent => true }
set :svn_user, "OHYEAHSHURERIGHT,"
set :svn_pass, "LIKEIMTELLINGTHELIST.GETREAL."
set :repository, "--username #{svn_user} --password #{svn_pass}
http://junkfeed_junkfeed:feedjunk@junkfeed.unfuddle.com/svn/junkfeed_junkfeed/
"
set :deploy_to, "/root/junkfeed"

role :app, "ec2-67-202-54-97.compute-1.amazonaws.com", :user => "root"
role :web, "ec2-67-202-54-97.compute-1.amazonaws.com", :user => "root"
role :db,  "ec2-67-202-54-97.compute-1.amazonaws.com", :primary => true,
:user => "root"
########END MY deploy.rb FILE######

Anybody see a bonehead error off the bat?  Any one got Cap to work yet?

--Garrick West

On Thu, Feb 28, 2008 at 3:19 PM, Philip Soares <psoares at u.washington.edu>
wrote:

> I am shutting down all the instances from yesterday's class at 10 PM
> today. In case you're wondering that AMI is ami-a128cdc8.
>
> -Philip
> _______________________________________________
> Uw-ruby mailing list
> Uw-ruby at zenspider.com
> http://www.zenspider.com/mailman/listinfo/uw-ruby
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.zenspider.com/pipermail/uw-ruby/attachments/20080228/8c0dedd4/attachment.html


More information about the Uw-ruby mailing list