Install Java,Apache Maven,GIT,Jenkins and Docker on Amazon Linux2 AWS

Published: 08 April 2020
on channel: Cloud Tech Masters
4,762
77

Java,Apache Maven,GIT,Jenkins,Docker
####################################


Java:
-----
yum install java-1.8.0-openjdk java-1.8.0-openjdk-devel –y

Install Git:
------------
yum install git -y

Install Maven:
--------------
Install Maven in /opt:
wget http://mirrors.estointernet.in/apache...
tar xvzf apache-maven-3.6.3-bin.tar.gz
vi /etc/profile.d/maven.sh
-------------------------------------------------
export MAVEN_HOME=/opt/apache-maven-3.6.3
export PATH=$PATH:$MAVEN_HOME/bin
-------------------------------------------------
source /etc/profile.d/maven.sh
mvn -version

Install Jenkins:
----------------
sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stab...
sudo rpm --import https://jenkins-ci.org/redhat/jenkins...
sudo yum install jenkins -y
sudo service jenkins start

Install Docker:
----------------
yum install docker -y
service docker start
usermod -aG docker jenkins


On this page of the site you can watch the video online Install Java,Apache Maven,GIT,Jenkins and Docker on Amazon Linux2 AWS with a duration of hours minute second in good quality, which was uploaded by the user Cloud Tech Masters 08 April 2020, share the link with friends and acquaintances, this video has already been watched 4,762 times on youtube and it was liked by 77 viewers. Enjoy your viewing!