打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
Install Nexus

Installing Nexus

 

# cd /usr/local/src
# wget http://www.sonatype.org/downloads/nexus-latest-bundle.zip
# unzip nexus-2.4.0-09-bundle.zip
# mv nexus-2.4.0-09 /usr/local
# mv sonatype-work /usr/local
# cd /usr/local
# ln -s nexus-2.4.0-09 nexus

 

 

Starting Nexus

 

# cd /usr/local/nexus
# ./bin/nexus start
****************************************
WARNING - NOT RECOMMENDED TO RUN AS ROOT
****************************************
If you insist running as root, then set the environment variable RUN_AS_USER=root before running this script.

 

nexus? root ???? ???? ??? ???? ????.
user ? ???? ?????.
user ? JAVA_HOME ? JAVA_HOME/bin ? path? ???? ??? ???.

 

# cd /usr/local
# chown -R ggamzzak: nexus-2.4.0-09/ sonatype-work/
# su - ggamzzak

 

$ cd /usr/local/nexus
$ ./bin/nexus start
Starting Nexus OSS...
Started Nexus OSS.

 

$ ./bin/nexus status
Nexus OSS is running (23518).

 

$ ./bin/nexus stop
Stopping Nexus OSS...
Stopped Nexus OSS.

 

 

Running as a Service

 

.
root? ???? ????? RUN_AS_USER ??? ?? ??? user ??? ?????.
NEXUS_HOME ??? ????? ??? ???.

 

# cp /usr/local/nexus/bin/nexus /etc/init.d
# cd /etc/init.d/
# vi nexus
NEXUS_HOME="/usr/local/nexus"
RUN_AS_USER=ggamzzak

 

# chkconfig --add nexus
# chkconfig --levels 35 nexus on
# ./nexus start
Starting Nexus OSS...
Started Nexus OSS.

 

.
http://domain:8081/nexus (id: admin / pw: admin123)

 

 

8081??, ??? ??? ?????.
<NEXUS_HOME>/conf/nexus.properties ???? ?????.
nexus? ?? ??? <NEXUS_HOME>/logs/wrapper.log ?????.

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
Maven和 Sonatype Nexus私服的安装、配置及使用入门
php模块动态安装
Linux下使用Nexus做Maven仓库管理
设置nexus开机自启动
Ubuntu安装Oracle 12c过程及相关问题解决
Linux下的Memcache安装
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服