Last active
February 19, 2019 04:15
-
-
Save lachlanagnew/98a562297862095af9db74c17a9ada2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ wget https://INSERT-BUCKET-NAME.s3.amazonaws.com/latest/install | |
$ chmod +x ./install | |
$ sudo ./install auto | |
$ sudo service codedeploy-agent status | |
If the CodeDeploy agent is installed and running, you should see a message like The AWS CodeDeploy agent is running. | |
If you see a message like error: No AWS CodeDeploy agent running, start the service and run the following two commands, one at a time: | |
$ sudo service codedeploy-agent start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment