Last active
June 27, 2021 17:33
-
-
Save sakeyehp/362a480169f49478d1809b94e1898616 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
| 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