启动maven私服
[root@localhost ~]# cd /usr/local/nexus/nexus-2.14.5-02/bin [root@localhost bin]# ./nexus start 查看ip [root@localhost bin]# ifconfig |
访问http://192.168.157.157:8081/nexus
默认登录账号admin 密码admin123
查看进程 [root@localhost bin]# ps -ef | grep nexus 查看端口占用情况 [root@localhost bin]# netstat -nlp | grep 8081 |