Sonatype nexus repository manager | How to install nexus repository

Описание к видео Sonatype nexus repository manager | How to install nexus repository

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
=======================================

Комментарии

Информация по комментариям в разработке