Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 892 Bytes

amazon_linux.md

File metadata and controls

21 lines (19 loc) · 892 Bytes

install java 8

yum install java-1.8.0-openjdk

install maven

install nexus

  • apt-get install wget ( install if you dont have wget )
  • java -version ( make sure java is installed which should be java 8 or higher version )
  • wget https://download.sonatype.com/nexus/3/latest-unix.tar.gz
  • tar -xvf latest-unix.tar.gz
  • cd nexus-3.35.0-02/bin
  • ./nexus start ( starts the nexus artifactory )
  • ./nexus status ( by this you check the status of nexus artifactory )
  • To access this use http://ip_Address:8081 ( by deafault which will be running on 8081) intial password will be present in /opt/sonatype-work/nexus3/admin.password