개발/Java

Nexus 3.23.x setting

강서버 2020. 6. 6. 14:37
728x90
반응형

1. Download Nexus Repository OSS

https://www.sonatype.com/download-oss-sonatype

 

Download Repository OSS

Download Nexus Repository OSS | The world's first and only universal repository solution that's FREE to use.

www.sonatype.com

ex)  Nexus downloaded directory

Unix : /home/user/app/

Win : C:\app\

 

2. Extract File

Unix :

$ cd /home/user/app

$ tar -xvzf nexus-3.23.0-03-unix.tar.gz

 

Win :

> cd C:\app

Unzip nexus-3.23.0-03-win64.zip

 

3. Start Nexus

Unix :

$ cd /home/user/app/nexus-3.23.0-03/bin

$ ./nexus start

 

Win :

> cd C:\app\nexus-3.23.0-03\bin

> nexus.exe start

 

4. Stop Nexus

Unix :

$ cd /home/user/app/nexus-3.23.0-03\bin

$ ./nexus stop

 

Win :

> cd C:\app\nexus-3.23.0-03\bin

> nexus.exe stop

 

5. Connect

Browser URL : http://localhost:8081

 

728x90
반응형

'개발 > Java' 카테고리의 다른 글

Ubuntu OpenJDK install (OpenJDK17, OpenJDK11)  (0) 2024.04.26
eclipse plugin  (0) 2008.07.23