下载
nexus-3.0.0-01-mac.tgz
环境配置
- 将解压后的nexus-3.3.0-01-mac包复制到资源库(Library)目录
- 编辑nexus-3.3.0-01/etc/nexus-default.properties,使用记事本打开,修改主机地址和端口以及context-path
## DO NOT EDIT - CUSTOMIZATIONS BELONG IN $data-dir/etc/nexus.properties
##
# Jetty section
application-port=8081
application-host=127.0.0.1
nexus-args=${jetty.etc}/jetty.xml,${jetty.etc}/jetty-http.xml,${jetty.etc}/jetty-requestlog.xml
nexus-context-path=/nexus
# Nexus section
nexus-edition=nexus-pro-edition
nexus-features=\
nexus-pro-feature
- 使用终端编辑.bash_profile
aopengfeideMacBook-Pro:~ gaopengfei$ sudo vim ~/.bash_profile
- 添加如下环境变量,esc退出,:wq保存退出
NEXUS_HOME=/Users/gaopengfei/Library/nexus-3.3.0-01-mac/nexus-3.3.0-01
export NEXUS_HOME
export PATH=$PATH:$NEXUS_HOME/bin
- 刷新立即生效
gaopengfeideMacBook-Pro:~ gaopengfei$ source .bash_profile
- 开启服务
gaopengfeideMacBook-Pro:~ gaopengfei$ nexus start
开启服务
- 浏览器打开nexus管理系统
nexus管理系统
- Nexus Repository Manager配置使用(待完善...)
nexus默认账户:admin admin123登录
网友评论