Centos7下安装nexus3.x 安装

Posted zhaokejin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7下安装nexus3.x 安装相关的知识,希望对你有一定的参考价值。

 

1.官网下载unix版本

2.上传到linux系统的/usr/目录下

[[email protected] ~]# cd /usr/
[[email protected] usr]# ll

技术图片

 

3.解压,并重命名为nexus

[[email protected] usr]# tar -zxvf nexus-3.15.2-01-unix.tar.gz 

[[email protected] usr]# mv nexus-3.15.2-01 nexus

技术图片

技术图片

4.修改配置修改运行nexus3所使用的用户

 

[[email protected] usr]# cd nexus/bin/
contrib/         nexus            nexus.rc         nexus.vmoptions  
[[email protected] usr]# cd nexus/bin/
[[email protected] bin]# ll
总用量 32
drwxr-xr-x. 2 root root  4096 4月   4 15:44 contrib
-rwxr-xr-x. 1 root root 17269 1月  26 02:34 nexus
-rw-r--r--. 1 root root    15 1月  26 02:30 nexus.rc
-rw-r--r--. 1 root root   464 1月  26 02:34 nexus.vmoptions
[[email protected] bin]# vi nexus.rc 
[[email protected] bin]# cat nexus.rc

技术图片

5.修改nexus3启动所使用的jdk版本 

 如果没有配置环境变量需要配置这个路径;

如果有jdk环境变量可以省略

[[email protected] java8]# cd /usr/local/src/nexus/bin/ 
[[email protected]
lmll70op-ne bin]# ls

[[email protected]
lmll70op-ne bin]# vim nexus
[[email protected]
lmll70op-ne bin]# cat nexus

技术图片

6.修改nexus3默认端口

[[email protected] nexus]# cd etc/
[[email protected] etc]# ls
fabric  jetty  karaf  logback  nexus-default.properties  ssl
[[email protected] etc]# cat nexus-default.properties 

技术图片

7.修改nexus3数据以及相关日志的存储位置

[[email protected] nexus]# cd bin/
[[email protected] bin]# ls
contrib  nexus  nexus.rc  nexus.vmoptions
[[email protected] bin]# cat nexus.vmoptions

技术图片

8.启动nexus

 技术图片

[[email protected] bin]# ./nexus start
WARNING: ************************************************************
WARNING: Detected execution as "root" user.  This is NOT recommended!
WARNING: ************************************************************
Starting nexus

 

注意:关闭防火墙访问!!

9.访问

http://IP地址:8081/    使用admin/admin123登陆

 

技术图片

 

以上是关于Centos7下安装nexus3.x 安装的主要内容,如果未能解决你的问题,请参考以下文章

Linux下安装Nexus3.x

【nexus】nexus3.x 安装包相关官网

mac 安装配置使用nexus3.x

Linux搭建Nexus3.X构建maven私服

nexus3.X环境搭建

nexus3.x 迁移