Skip to content

chinnareddaiah/DevOps_URL-s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

DevOps_URL-s

Jenkins_youtube https://www.youtube.com/watch?v=3SYwCNVHa3A&list=PL8LikImwls6KTr1YmXiSZpA3CMfRfR3Sb Ansible_Youtube https://www.youtube.com/watch?v=FHSNM5yAUm8&list=PLLsor6GJ_BEEC9jUSc760iqaOx6u5lqRA&index=4 Maven https://www.oracle.com/webfolder/technetwork/tutorials/OracleCode/Windows-HOL-setup.pdf

this command will Install java and javac-- sudo yum install java-1.8.0-openjdk-devel

unstall java-- sudo yum remove java-1.8.0-openjdk-devel

installing maven on centos https://tecadmin.net/install-apache-maven-on-centos/ vi ~/.bashrc M2_HOME=/opt/maven3 PATH=$M2_HOME/bin:$PATH source ~/.bashrc http://mirrors.wuchna.com/apachemirror/maven/maven-3/3.6.0/binaries/apache-maven-3.6.0-bin.tar.gz sudo tar xzf apache-maven-3.5.4-bin.tar.gz sudo ln -s apache-maven-3.5.4 maven

shell script tutorials https://linuxhint.com/30_bash_script_examples/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published