nexus3.X环境搭建
Posted peachyy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
中 需要修改的关注一下。
参考
以上是关于nexus3.X环境搭建的主要内容,如果未能解决你的问题,请参考以下文章