1. 程式人生 > >nexus3.X環境搭建

nexus3.X環境搭建

好的 分享圖片 code blog 進制 sonatype alt nat prop

nexus3比以前的版本相比 多支持了管理不同的格式 比如Docker npm NuGet maven …等

下載編譯好的二進制安裝

wget https://sonatype-download.global.ssl.fastly.net/repository/repositoryManager/3/nexus-3.12.1-01-unix.tar.gz
   
tar -zxf nexus-3.12.1-01-unix.tar.gz 
cd nexus-3.12.1-01/
bin/nexus start

  

默認的端口號為8081 nexus3.x和以前的版本界面都有很大的改變 需要註意一下。
其他默認配置在文件etc/nexus-default.properties

中 需要修改的關註一下。

參考

https://www.sonatype.com/

技術分享圖片

nexus3.X環境搭建