beanstalk using php-git on windows client
Posted
by
ntidote
on Server Fault
See other posts from Server Fault
or by ntidote
Published on 2012-03-27T04:53:18Z
Indexed on
2012/03/27
5:31 UTC
Read the original article
Hit count: 507
I am trying to install beanstalk for php using git. I am using a Windows Client machine. I am done with the prerequisite installations , credentials setup. I am following the link
http://docs.amazonwebservices.com/elasticbeanstalk/latest/dg/create_deploy_PHP.sdlc.html
The following step does not workout (i use git bash for git related commands)
From your Git repository directory, type the following command.
git aws.config
This gives the error
git : 'aws.config' is not a git command.
Please suggest how to deal with the issue.
© Server Fault or respective owner