1. 程式人生 > >CentOS搭建nexus私服

CentOS搭建nexus私服

1.下載nexus版本

下載地址:https://www.sonatype.com/download-oss-sonatype

2.解壓

tar -zxvf nexus-3.14.0-04-unix.tar.gz

3.啟動

cd nexus-3.14.0-04/bin
./nexus run &
在這裡插入圖片描述
這樣就可以了

4.其他

預設 賬戶:admin
預設密碼:admin123
預設埠是8081,修改
cd cd …/…/sonatype-work/nexus3/etc/
vi nexus.properties

# Jetty section
# 埠修改
# application-port=8081
# application-host=0.0.0.0
# nexus-args=${jetty.etc}/jetty.xml,${jetty.etc}/jetty-http.xml,${jetty.etc}/jetty-requestlog.xml
# nexus-context-path=/

# Nexus section
# nexus-edition=nexus-pro-edition
# nexus-features=\
#  nexus-pro-feature