nexus3.X环境搭建

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环境搭建

上一篇:CDH搭建Hadoop集群(Centos7)


下一篇:handler的理解笔记