下載nexus
下載地址
https://www.sonatype.com/download-oss-sonatype
centos7安裝
tar -xvf nexus-3.7.1-02-unix.tar.gz
mv nexus-3.7.1-02 nexus
#設(shè)置環(huán)境變量
vi /etc/profile
NEXUS_HOME=/usr/local/nexus
export NEXUS_HOME
#使配置文件生效
source /etc/profile
#啟動
cd bin
./nexus start
訪問地址:
http://192.168.0.224:8081
安裝完成
默認(rèn)管理員賬號:
admin admin123
windows安裝
windows3.7安裝比較簡單
下載windows zip包征候,解壓后
使用管理員身份運行cmd.exe
#進入bin目錄
nexus.exe /run
#等待一會即可
#安裝為服務(wù)
nexus.exe /install nexus
#卸載服務(wù)
nexus.exe /uninstall nexus
上傳第三方j(luò)ar到nexus3私有倉庫
參考鏈接:
http://blog.csdn.net/iopfan/article/details/71107686