Nexus: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 11: | Line 11: | ||
* [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://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://community.sonatype.com Sonatype community] | * [https://community.sonatype.com Sonatype community] |
Revision as of 07:46, 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