Note: This steps are applicable for Linux Only.
Prerequisite or System Requirements for Sonatype Nexus
- Java 8 Runtime Environment (JRE)
- Minimum CPUs: 4
- Minimum RAM – 4 GB
- OS – ANY but in this tutorials, we are using Linux
Step 1 – Install Java 8
Step 2 – Download Sonatype Nexus OSS or Pro
$ sudo -s
$ cd /opt
$ yum install wget -y
$ wget https://download.sonatype.com/nexus/3/latest-unix.tar.gz
$ tar -zxvf latest-unix.tar.gz
Step 3 – Start and Validate a Sonatype Nexus
$ cd nexus-3.30.1-01
$ cd bin
$ ./nexus start
$ ./nexus status
Step 4 – Access Sonatype Nexus
# Default port for Sonatype Nexus is 8081. It would 2-3 mins of time to see a websites as below;
http://XX.2.146.91:8081/
admin
admin123
Complete Sonatype Nexus Tutorial Beginner to Advanced Part#1 of 5
Complete Sonatype Nexus Tutorial Beginner to Advanced Part#2 of 5
Complete Sonatype Nexus Tutorial Beginner to Advanced Part#3 of 5
Complete Sonatype Nexus Tutorial Beginner to Advanced Part#4 of 5
Complete Sonatype Nexus Tutorial Beginner to Advanced Part#5 of 5
Latest posts by Rajesh Kumar (see all)
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024
- Introduction to System Operations (SymOps) - October 30, 2024