all platforms - nexus repository manager oss 2.x - bundle.tar.gz安裝包
解壓# cd /usr/local
# mkdir nexus
# tar -xzvf nexus-2.11.2-03-bundle.tar.gz -c nexus
# cd nexus
# ls
nexus-2.11.2-03 sonatype-work
修改配置檔案
# cd nexus-2.11.2-03/conf
# vi nexus.properties
#jetty section
儲存以上修改
配置使用者
# vi /usr/local/nexus/nexus-2.11.2-03/bin/nexus
#run_as_user=
run_as_user=root
儲存以上修改
若有設定防火牆,需前往修改防火牆配置並重啟防火牆
systemctl stop firewalld.service 關閉防火牆
systemctl disable firewalld.service 禁止防火牆開機啟動
firewall-cmd --state 檢視狀態
not running
啟動nexus
# /usr/local/nexus/nexus-2.11.2-03/bin/nexus start
****************************************
warning - not recommended to run as root
****************************************
starting nexus oss...
started nexus oss.
在瀏覽器開啟:http://ip:8081/nexus,登入:使用者名稱admin 預設密碼:admin123
maven搭建私服nexus
1 先安裝nexus服務,path to bin jsw windows x86 64 此資料夾由你的作業系統確定 install,start 依次執行.bat檔案 2 瀏覽器位址列中,輸入 http localhost 8081 nexus nexus預設埠8081,你可以在path to con...
Maven 私服的搭建
環境 ubuntu 8.10 tomcat 6.0.18 選用apache的archiva tomcate 就不用說了 主要配置 tomcat的lib目錄裡面。啟動tomcat讓war生成乙個archiva的目錄,然後建立context.xml檔案,命令如下 我直接用vim編輯器 sudo vi a...
Linux下搭建maven私服nexus3 x
url url 1 進入啟動目錄,啟動 cd nexus 2.6.0 05 bin color red b nexus start b color warning not recommended to run as root if you insist running as root,then se...