Nexus 2 Install

Install

* Download Nexus 2 from here
* Unzip into: C:\prog\nexus

* Change listening port if needed:
– cd C:\prog\nexus\nexus-2.14.19-01\conf
– edit nexus.properties

# Jetty section
application-port=8082

* Change java if needed:
– edit C:\prog\nexus\nexus-2.14.19-01\bin\jsw\conf\wrapper.conf:

wrapper.java.command=C:\prog\jdk1.8.0_221\bin\java

* Install wrapper service:
– Open elevated command window:

cd C:\prog\nexus\nexus-2.14.19-01\bin\jsw\windows-x86-64
install-nexus.bat

* Uninstall wrapper service if needed:

- Open elevated command window:
cd C:\prog\nexus\nexus-2.14.19-01\bin\jsw\windows-x86-64
uninstall-nexus.bat

Start/Stop Nexus Service

* Start/Stop

cd C:\prog\nexus\nexus-2.14.19-01\bin
nexus.bat start
nexus.bat stop

* Nexus console
http://localhost:8082/nexus/
* Login: admin/admin123

This entry was posted in Uncategorized and tagged , , . Bookmark the permalink.