Nexus: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 10: Line 10:
==References==
==References==
* [https://blog.sonatype.com/how-to-get-started-with-nexus-repository-manager-oss Getting Start With Nexus Repository Manager OSS]
* [https://blog.sonatype.com/how-to-get-started-with-nexus-repository-manager-oss Getting Start With Nexus Repository Manager OSS]
* [https://devopscube.com/how-to-install-latest-sonatype-nexus-3-on-linux/ Install Latest Sonatype Nexus 3 on Linux]
* [https://www.sonatype.com/download-oss-sonatype Download Nexus Repository OSS]
* [https://www.sonatype.com/download-oss-sonatype Download Nexus Repository OSS]
* [https://hub.docker.com/r/sonatype/nexus3 Sonatype Nexus3 Docker]
* [https://hub.docker.com/r/sonatype/nexus3 Sonatype Nexus3 Docker]
* [https://community.sonatype.com Sonatype community]
* [https://community.sonatype.com Sonatype community]

Revision as of 07:53, 25 April 2020

scp /Users/chorke/Downloads/nexus-3.22.1-02-unix.tar.gz [email protected]:~
cd /usr/local/
sudo tar -xvzf /home/pi/nexus-3.22.1-02-unix.tar.gz
sudo ln -s nexus-3.22.1-02 nexus
cd nexus/bin/
./nexus status

References