-
Notifications
You must be signed in to change notification settings - Fork 25
Home
bcreddydevops edited this page May 7, 2022
·
4 revisions
Welcome to the devops-weekend-session wiki!
- create a ec2 server (build machine) install the required tools sudo yum update -y sudo yum install git -y sudo yum install java-11-amazon-corretto-headless -y sudo wget https://dlcdn.apache.org/maven/maven-3/3.8.5/binaries/apache-maven-3.8.5-bin.tar.gz tar xvf apache-maven-3.8.5-bin.tar.gz vi ~/.bashrc source ~/.bashrc export PATH=$PATH:/home/ec2-user/apache-maven-3.8.5/bin mvn --version
git clone https://github.com/bcreddydevops/devops-weekend-session.git cd devops-weekend-session/ mvn clean install cd target/ java -jar devops-weekend-session-0.0.1-SNAPSHOT.jar
add the application port in the security group http://54.82.110.155:33333/listallcustomers