Sonatype nexus repository manager | How to install nexus repository

Published: 08 June 2022
on channel: Thetips4you
30,318
258

nexus repository manager setup, nexus repository tutorial.

--------------------------------------------------------------------------
Reference links:
https://www.sonatype.com/products/nex...
https://help.sonatype.com/repomanager...
https://jfrog.com/blog/artifactory-vs...
https://www.sonatype.com/compare/sona...

------------------------------------------------------------------------

sudo yum update -y
sudo yum install wget -y
sudo yum install java-1.8.0-openjdk.x86_64 -y
sudo mkdir /app && cd /app
sudo wget https://download.sonatype.com/nexus/3...
sudo tar -xvf nexus-3.39.0-01-unix.tar.gz
sudo mv nexus-3.39.0-01 nexus
sudo adduser nexus
sudo chown -R nexus:nexus /app/nexus
sudo chown -R nexus:nexus /app/sonatype-work

sudo vi /app/nexus/bin/nexus.rc
Uncomment run_as_user parameter and set it as following
run_as_user="nexus"


./nexus start

sudo firewall-cmd --add-port=8081/tcp --permanent
sudo firewall-cmd --reload
----------------------------------------------------------------------------
=======================================
Follow me @:
  / thetips4you  
   / thetips4you  
  / thetipsforyou  
http://www.thetips4you.com
=======================================


Watch video Sonatype nexus repository manager | How to install nexus repository online without registration, duration hours minute second in high quality. This video was added by user Thetips4you 08 June 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 30,318 once and liked it 258 people.