码迷,mamicode.com
首页 > 系统相关 > 详细

linux 搭建 nexus 私服及配置

时间:2016-05-08 13:18:56      阅读:193      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!