2016年10月9日星期日

Nexus_011:Nexus 3 安装与配置

环境:MAC OS X 10.12 + JDK 1.8 + Maven 3.3.9 + Nexus 3.3

1. 下载与安装
下载地址:http://www.sonatype.org/nexus/
下载 Nexus Repository OSS(2018-12-10 更新),Nexus 分为社区版和专业版,这里使用社区版。

下载最新版:nexus-3.3.1-01-mac.tgz

tar xzvf nexus-3.3.1-01-mac.tgz
ln -s nexus-3.3.1-01 nexus3
cd nexus3/bin

2. 配置
(1)修改默认 JDK 配置,注意 Nexus3 必须使用 JDK8
vi nexus
INSTALL4J_JAVA_HOME_OVERRIDE=/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home
如果和 JAVA_HOME 环境变量一致,此步也可以不做。
(2)修改默认端口
vi nexus3/etc/nexus-default.properties
application-port=8081

3. 启动/停止
 ./nexus start/stop
访问 http://localhost:8081 admin/admin123


参考文献:
1. http://www.cnblogs.com/wzy5223/p/5389546.html
2. http://www.cnblogs.com/qq27271609/p/5497412.html
3. http://www.cnblogs.com/qq27271609/p/5497793.html
4. http://www.cnblogs.com/qq27271609/p/5497815.html

没有评论: