Skip to content

Instantly share code, notes, and snippets.

@techyboy
Created March 9, 2018 20:31
Show Gist options
  • Select an option

  • Save techyboy/e5ae88cfd64bcb2f6eeeb4086fb2133f to your computer and use it in GitHub Desktop.

Select an option

Save techyboy/e5ae88cfd64bcb2f6eeeb4086fb2133f to your computer and use it in GitHub Desktop.

Revisions

  1. techyboy created this gist Mar 9, 2018.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original 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