Thank you. That works.
If anyone else is going through this set up. I had to make some
changes to deploy.rb
I changed
set :repository, "ssh://ec2url/mnt/git/appname.git"
to
set :repository, "ssh://[EMAIL PROTECTED]/mnt/git/appname.git"
and I added the following to deploy.rb
ssh_options[:keys] = %w(path/to/myprivatekey)
set :ssh_options, {:user => 'root' }
I also copied my public key into the same folder as my private key.
Not sure if this is really necessary, but there was mention of it in
google searches as something Capistrano needs.
On Nov 23, 7:27 pm, "Bruno Bornsztein" <[EMAIL PROTECTED]>
wrote:
> git submodule init
> git submodule update
>
> On Sun, Nov 23, 2008 at 9:17 PM, alexnesbitt <[EMAIL PROTECTED]>wrote:
>
>
>
> > I solved the password problem but not the git problem.
>
> > Git clone does not bring down the CE files. Is this a submodule
> > problem?
>
> > I'm also having problems with cap deploy not updating the files I
> > change.
>
> > I can see new versions being created, but the files don't change.
>
> > I'm stumped. Any suggestions welcome.
> > On Nov 23, 1:42 pm, alexnesbitt <[EMAIL PROTECTED]> wrote:
> > > I used the community engine setup to set up a server at EC2
>
> > > When I try to git clone
> > ssh://{ec2_server_hostname}/mnt/git/{application}.git
> > > down to my local machine I get all the files except the ones in the
> > > vendor/plugins/community_engine folder. That folder is empty. Any
> > > idea why?
>
> > > Also when I try to use the cap deploy it asks for a password half way
> > > through and then rolls back. Not sure what the password is on that
> > > image. Does anybody know?
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CommunityEngine" 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/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---