CentOS7.3 安装Maven私服Nexus3.3.1

1.先从官网下载安装安装文件,下载地址https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-3.3.1-01-unix.tar.gz,用迅雷下载到mac,然后上传到centos,因为wget直接下载可能要等蛮久。

2.scp -P 22 /Users/florentino/Downloads/nexus-3.3.1-01-unix.tar.gz [email protected]:/usr/local 上传到centos

3.解压之后 进入bin路径, ./nexus start就可以启动

4.防火墙打开端口

firewall-cmd --zone=public --add-port=8081/tcp --permanent

firewall-cmd --reload

你可能感兴趣的:(CentOS7.3 安装Maven私服Nexus3.3.1)