Created
March 9, 2018 20:31
-
-
Save techyboy/e5ae88cfd64bcb2f6eeeb4086fb2133f to your computer and use it in GitHub Desktop.
Revisions
-
techyboy created this gist
Mar 9, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ #!/bin/bash sudo apt-get update -y sudo apt-get install python-pip -y sudo apt-get install ruby -y sudo apt-get install wget -y wget https://aws-codedeploy-us-east-1.s3.amazonaws.com/latest/install apt-add-repository ppa:brightbox/ruby-ng -y apt-get update apt-get install ruby2.2 ruby2.2-dev -y chmod +x ./install ./install auto service codedeploy-agent status service codedeploy-agent start