CentOS7 Nexus安装步骤详细介绍
安装
CentOS7
Download
安装下载nexus-2.11.2-03-bundle.tar.gz
Install
安装
上传RPM文件到/tmp目录下
新建用户
开机启动
新建/etc/init.d/nexus
赋予执行权限
chmod +x /etc/init.d/nexus
设定
/opt/nexus/default/conf/nexus.properties
application-port=9083
nexus-webapp-context-path=/
设置开机启动
chkconfig nexus on
防火墙
新建文件/usr/lib/firewalld/services/jenkins.xml
修改防火墙设定
firewall-cmd --permanent --add-service=nexus
firewall-cmd --reload
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!