国内最全IT社区平台 联系我们 | 收藏本站
华晨云阿里云优惠2
您当前位置:首页 > 互联网 > nexus安装

nexus安装

来源:程序员人生   发布时间:2014-10-08 10:30:41 阅读次数:2646次

nexus 快速安装指南

1)下载

nexus-2.9.2-01-bundle.zip

地址:

http://www.sonatype.org/nexus/

2)解压

redhat服务器:/opt下面

出现2个目录:

/opt/nexus-2.9.2-01

/opt/snatype-work

3)配置

修改文件:

/opt/nexus-2.9.2-01/conf/nexus.properties

...

application-port=80

...

4)启动nexus

/opt/nexus-2.9.2-01/bin/nexus

export RUN_AS_USER=root

/opt/nexus-2.9.2-01/bin/nexus start

5)访问

http://yourhostname/nexus

6)反向代理配置

如果nexus被置于反向代理nginx后面,需要增加下面的配置:

server { ... # nexus location /nexus { proxy_pass http://yourhostname; } }

7)反向代理配置URL

进入 http://your-domain/nexus

左边点击:Administration/Server

右面页面找到:Base URL,设置成:

http://your-domain/nexus/

复选:

Force Base URL


OK. Enjoy it!




生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠
程序员人生
------分隔线----------------------------
分享到:
------分隔线----------------------------
关闭
程序员人生