Skip to content

Instantly share code, notes, and snippets.

@sakeyehp
Last active June 27, 2021 17:33
Show Gist options
  • Select an option

  • Save sakeyehp/362a480169f49478d1809b94e1898616 to your computer and use it in GitHub Desktop.

Select an option

Save sakeyehp/362a480169f49478d1809b94e1898616 to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt install -y ruby-full
sudo apt install -y wget
cd /home/ubuntu
wget https://aws-codedeploy-us-east-2.s3.us-east-2.amazonaws.com/latest/install
sudo chmod +x ./install
sudo ./install auto
sudo apt install -y default-jdk
sudo apt install -y postgresql postgresql-contrib
sudo apt install -y git
sudo apt-get -y install maven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment