软件环境
- centos6.8
- nexus3.17.0
配置
- 执行命令:
sudo ln -s /usr/local/nexus3/nexus-3.17.0-01/bin/nexus /etc/init.d/nexus
# /usr/local/nexus3/nexus-3.17.0-01/bin/nexus是nexus的安装目录
- 通过 service 来启停 nexus 服务,参考如下:
service nexus status # 查看nexus服务状态
service nexus start #启动服务
service nexus stop #停止服务
查看nexus服务状态、启动服务、停止服务等
3.配置 nexus 服务 开机自启动或者不启动
chkconfig nexus on/off # 设置nexus服务开机自启动或者开机不启动
4.其他配置。切记保证8081端口可通过防火墙。