CentOS 下搭建maven仓库及安装nexus

前端之家收集整理的这篇文章主要介绍了CentOS 下搭建maven仓库及安装nexus前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1、搜索下载nexus-2.11.4-01-bundle.tar.gz

2、上传文件到目标机器,解压后

tar zxvf nexus-2.11.1-01-bundle.tar.gz
mv nexus-2.11.1-01 /usr/local/nexus

3、然后到这个目录bin下执行

./nexus start 即可启动nexus,然后打开浏览器访问即可。

启动时如果有warn修改配置文件

启动nexus非常简单!



nexus安装可参考:

http://www.centoscn.com/CentosServer/test/2015/0827/6065.html

nexus配置:

http://blog.csdn.net/dhmpgt/article/details/9998321

原文链接:https://www.f2er.com/centos/380031.html

猜你在找的CentOS相关文章