Home Business Analyst BA Agile Coach DEVOPS FUNDAMENTALS WITH CICD – AWS(LINUX), ANSIBLE,JENKINS AND GIT – Install Maven

DEVOPS FUNDAMENTALS WITH CICD – AWS(LINUX), ANSIBLE,JENKINS AND GIT – Install Maven

15
0



Install Maven in Linux :-
• Install Maven
Wget https://mirrors.estointernet.in/apache/maven/maven-3/3.8.1/binaries/apache-maven-3.8.1-bin.tar.gz
• Unzip the file
tar xzvf apache-maven-3.8.1-bin.tar.gz
• Set Maven path – Open .bash_profile and set Maven path
• Cp apache-maven-3.8.1 /opt
• :$Maven_HOME to add in Path variable
• :$M2 to add in path variable

Video 1 (Devops Introduction)

Video 2 (Create EC2 Instance)

Video 3 ( Install JAVA in Linux)

Video 4 (Install Maven in Linux)

Video 5 (Install Jenkins in Linux)

Video 6 (Generate War File)

Video 7 (Copy war file to Linux B)

Video 8 (Deployment using Tomcat,Docker)

Video 9 (Docker file for Automatic Deployment)

Video 10 (SSH Connection)

Linked in – https://www.linkedin.com/in/vivek-awasthi-849713153/

source

Previous articleAzure Service Principal for GitHub Actions and Azure Pipelines
Next articleAutomate android app deployment with CI/CD Pipelines in English/Urdu | Android Session

LEAVE A REPLY

Please enter your comment!
Please enter your name here