CentOS7 Nexus安装步骤详细介绍
程序员文章站
2022-03-06 09:37:17
centos7 nexus安装
centos7
download
nexus安装下载nexus-2.11.2-03-bundle.tar.gz
install...
centos7 nexus安装
centos7
download
nexus安装下载nexus-2.11.2-03-bundle.tar.gz
install
安装
上传rpm文件到/tmp目录下
mkdir /opt/nexus cd /opt/nexus tar -zxvf /tmp/nexus-2.11.2-03-bundle.tar.gz ln -sf /opt/nexus/nexus-2.11.2-03/opt/nexus/latest ln -sf /opt/nexus/latest /opt/nexus/default
新建用户
useradd -r nexus --shell /bin/false chown -hr nexus:/opt/nexus
开机启动
新建/etc/init.d/nexus
#!/bin/sh # chkconfig: - 80 20 # description: nexus oss nexus_home=/opt/nexus/default run_as_user=nexus java_home=/usr/java/default export nexus_home run_as_user java_home "$nexus_home/bin/nexus"\ $1 exit $?
赋予执行权限
chmod +x /etc/init.d/nexus
设定
/opt/nexus/default/conf/nexus.properties
application-port=9083
nexus-webapp-context-path=/
设置开机启动
chkconfig nexus on
防火墙
新建文件/usr/lib/firewalld/services/jenkins.xml
<?xml version="1.0" encoding="utf-8"?> <service> <short>nexus</short> <description>nexus oss</description> <portprotocol="tcp"port="9083"/> </service>
修改防火墙设定
firewall-cmd --permanent --add-service=nexus
firewall-cmd --reload
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
推荐阅读
-
在centos7下安装python3的步骤
-
VMwear安装Centos7详细过程
-
CentOS7下 yum方式安装Nginx的实现步骤
-
电子相册制作软件ThunderSoft Slideshow Factory详细安装步骤及图文激活教程
-
影子系统(PowerShadow)中文破解版的安装使用详细图文步骤以及注册码
-
U盘安装windows8的详细步骤(图文教程)
-
如何使用简单百宝箱 简单百宝箱的详细使用步骤介绍
-
电信10000管家的安装和卸载图文教程以及10000管家功能详细介绍
-
zenmate怎么用?zenmate安装使用教程图文详细介绍
-
Apache加速模块mod_pagespeed安装使用详细介绍