首页 > 系统服务 > 详细

linux 搭建 nexus 私服及配置

时间:2016-05-08 13:17:58      阅读:237      评论:0      收藏:0      [点我收藏+]

安装篇

1、tar -zxvf nexus-latest-bundle.tar.gz

2、cd nexus-2.13.0-01/bin

3、./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.

提示是说:如果您坚持用root用户启动,那么设置环境变量 RUN_AS_USER=root

 

4、export RUN_AS_USER=root

5、再执行 ./nexus start。启动成功。日志文件位置: nexus-2.13.0-01/logs

 

linux 搭建 nexus 私服及配置

原文:http://www.cnblogs.com/yinkh/p/5470147.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!