• Download

download

A bundle with Jetty, only need JRE. I choose this way nexus-2.13.0-01-bundle.tar.gz;

  • Unzip
  [plaintext]
1
2
3
$ tar -zxf nexus-2.13.0-01-bundle.tar.gz $ ls nexus-2.13.0-01 nexus-2.13.0-01-bundle.tar.gz sonatype-work
  • Start
  [plaintext]
1
2
3
4
5
$ pwd /home/hbb/tool/nexus/nexus-2.13.0-01/bin $ ./nexus start Starting Nexus OSS... Started Nexus OSS.
  • Visit
  [plaintext]
1
localhost:8081/nexus

default auth is admin/admin123