tar zxvf nexus-2.5.1-01-bundle.tar.gz
解压之后可以利用自带的jetty启动nexus
如果服务器的启动端口有冲突,可以修改/nexus-2.5.1-01/conf下的nexus.properties中的application-port=8085值获取新的端口号
进入到/nexus-2.5.1-01/bin下 ./nexus start 可以启动nexus
访问nexus:http://*.*.*.*:8085/nexus
原文地址:http://yaomy.blog.51cto.com/8892139/1627167