虚拟机之CentOS6上安装Nexus私服


2.将压缩包移动至/usr/nexus目录

3.解压压缩包

# unzip nexus-2.14.0-01-bundle.zip
解压出会有nexus-2.14.0-01  sonatype-work两个文件夹

4. 进入启动目录

cd nexus-2.6.0-05/bin/

5. 启动nexus

# ./nexus start
查看nexus命令: ./nexus



7.这时候可能会提示
****************************************
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.

大概意思就是要在环境配置export RUN_AS_USER=root,临时配置

在命令行下输入:

export RUN_AS_USER=root

然后执行,就不会再提示了
./nexus start

也可以在系统里面永久配置

vi /etc/profile  加入export RUN_AS_USER=root

8. 启动之后查看日志

# vim /usr/nexus/nexus-2.14.0-01/logs/wrapper.log

发现报错


这个错误其实就是/etc/hosts配置的主机名和/etc/networks 文件中 HOSTNAME 不一致导致的

修改如下:




重启nexus服务

9.主机访问http://10.1.120.139:8081/nexus/#welcome,成功!



10.注参考网址
centos基础搭建nexus私服 http://www.cnblogs.com/dingyingsi/p/3776557.html

http://blog.youxey.com/archives/293.html   Linux/CentOS安装maven私有仓库nexus


http://blog.csdn.net/shandian534/article/details/8987349    Nexus 安装与配
http://snowolf.iteye.com/blog/1605811  Maven零散笔记——配置Nexus
http://www.blogjava.net/javalinjx/archive/2013/08/21/403110.html  linux系统之上搭建maven 之nexus服务篇
http://wenku.baidu.com/view/a9a0618acc22bcd126ff0c4a.html    Nexus入门指南(图文)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值