安裝環境:Centos + jdk 1.7 + nexus-2.xweb
nexus (maven私服安裝包)下載地址是http://www.sonatype.org/nexus/go瀏覽器
nexus 版本小提示:app
安裝包解壓後會在同級目錄中,出現兩個文件夾: nexus-oss-webapp-2.x
和 sonatype-work
webapp
nexus-oss-webapp-2.x
文件夾 :包含了nexus的運行環境和應用程序maven
sonatype-work 文件夾: 包含 nexus 用戶的配置文件和依賴包倉庫的位置 (小提示:若是刪掉該文件夾,再重啓nexus時候,nexus會從新生成該目錄,並重置全部配置,端口除外)spa
啓動nexus.net
# cd /data/nexus-2/bin # ls jsw nexus nexus.bat # ./nexus Usage: ./nexus { console | start | stop | restart | status | dump } # ./nexus start Starting Nexus OSS... Started Nexus OSS.
查看控制檯rest
# ./nexus console
用瀏覽器輸入:http://localhost:8081/nexus/code
默認登陸帳號:admin 密碼:admin123blog
nexus 配置可參考:http://www.javashuo.com/article/p-pttlwzql-bx.html