安裝
tar -xzvf nexus-
2.14.3-
02-bundle
.tar.gz
cd /usr/local/src
ln -s /letv/soft/nexus-
2.14.3-
02 nexus2
執行cd /usr/local/nexus/src
開機啟動
cd /usr/local/src/nexus2/bin
cp nexus /etc/init.d/nexus2
chmod 755 /etc/init.d/nexus2
chown root.root /etc/init.d/nexus2
cd /etc/init.d/
vi nexus2
nexus_home="/usr/local/src/nexus2"
chkconfig --add nexus2
chkconfig --levels 345 nexus2 on
./nexus2 start 可用
service nexus2 start 不可用
修改配置
vim nexus.properties 登入
賬號密碼
admin
admin123
儲存路徑
查詢方法
cd /usr/local/src/nexus2/conf
nexus-work
=$/../sonatype-work/nexus
上面這個就是配置路徑方法
/letv/soft/sonatype-work/nexus/storage/central
因為我加壓縮到letv目錄,所以按照配置我的儲存檔案在上一層
maven 倉庫 nexus 的安裝與遷移
3 執行tomcat 的start.sh 4 第一次執行,你會發現在 下面生成了乙個 sonatype work的資料夾,這個就是nexus的資料和配置檔案位置 5 確定tomcat 訪問 http xx 8080 nexus 2.3.1 01 index.html welcome 使用者名稱密碼預...
安裝maven私服 nexus
cd home wget 2 解壓縮 tar xzvf nexus 2.0.4 1 bundle.tar.gz 3 直接啟動 cd home nexus 2.0.4 1 bin jsw linux x86 32 sh nexus start 啟動之後開啟一下 使用者名稱密碼 admin admin1...
docker 安裝 maven私服 nexus3
root lch docker run d p 8081 8081 name nexus v root nexus data var nexus data restart always sonatype nexus3 檢視容器內部 此處有值說明安裝成功 我遇到的bug,只有按照上述命令的順序 執行,...