# 下载nexus3 https://help.sonatype.com/repomanager3/download
# 安装
shell> tar zxvf oss.tar.gz -C /usr/local/
shell> ln -s /usr/local/nexus-3.17.0-01/ /usr/local/nexus
shell> cd /usr/local
shell> cd nexus
shell> vi bin/nexus.rc
shell> vi /etc/init.d/nexus
shell> chmod u+x /etc/init.d/nexus
shell> chkconfig nexus on
shell> service nexus start
# 配置nginx
shell> cd /usr/local/nginx
shell> vi nginx/nginx.conf
shell> sbin/nginx -s reload
# 访问配置域名