我是靠谱客的博主 淡定哈密瓜,最近开发中收集的这篇文章主要介绍Centos 基础开发环境搭建之Maven私服nexushmaster 安装nexus及启动方式./nexus statusCentos 基础开发环境搭建之Maven私服nexus ,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
hmaster 安装nexus及启动方式
/usr/local/nexus-2.6.3-01/bin
./nexus status
Centos 基础开发环境搭建之Maven私服nexus
1
2
1 $
tar zxvf nexus-
2.1.
2-bundle.
tar
1 $
mv nexus-
2.1.
2 /home/nexus/
1 # cd /etc/init.d/
2 #
cp /home/nexus/nexus/bin/jsw/linux-x86-
64/
1 NEXUS_HOME=/home/nexus/nexus
2 PLATFORM=linux-x86-
64
3 PLATFORM_DIR=
"
${NEXUS_HOME}/bin/jsw/${PLATFORM}
"
1 WRAPPER_CMD=
"
${PLATFORM_DIR}/wrapper
"
2 WRAPPER_CONF=
"
${PLATFORM_DIR}/../conf/wrapper.conf
"
3 PIDDIR=
"
${NEXUS_HOME}
"
1 RUN_AS_USER=
1 # chkconfig –add nexus
2 # chkconfig –levels
345
1 # service nexus start
2
1
2)解压并安装到指定目录
2.2.
2
1)
vi /etc/
2
3
2.3 Maven私服的安装配置
2.3.1下载官方nexus-
2.3
1
2
mv –r nexus-
2.5.
1-
01 /usr/
2.3.
3
1
2
3
2.3.
4
-A INPUT -m state --state NEW -m tcp -p tcp --dport
8081 -
-A INPUT -m state --state NEW -m tcp -p tcp --dport
18080 -
2.4管理配置nexus-
1
3
、 软件
a) 下载Nexus 地址:http:
//
www.sonatype.org/downloads/nexus-2.1.2-bundle.tar.gz
b) 如无特殊说明,本文档操作用户为nexus
c) nexus默认的管理员用户名密码是:admin
/
admin123
、 安装
a) 解压
.gz
b) 移动到其他目录
nexus
c) 设置为系统自启动服务(使用root用户)
nexus nexus
编辑
/etc/init.d/
nexus文件,添加以下变量定义:
修改以下变量:
修改如下变量,设置启动用户为nexus:
nexus
执行命令添加nexus自启动服务
nexus on
执行如下命令启动、停止nexus服务
# service nexus stop
官方 nexus
-
maven 私服安装软件包下载地址:
http:
//
www.sonatype.org/downloads/nexus-latest-bundle.tar.gz
2 Maven服务器的搭建与配置
2.1
Maven nexus私服运行环境
操作系统 centos6.
3 ip:
192.168.
0.249
Jdk1.
6
apache
-maven-
3.1.
0-bin.
tar
.gz
nexus
-
2.6.
0-
05-bundle.
tar.gz
2.2 jdk1.6的安装和配置
2.2.1安装jdk1.
6
要搭建Maven私服,首先需要保证系统中有一个可用的jdk或者jre;以下为jdk环境的安装配置简明步骤:
)下载jdk1.6的gz包
配置jdk1.6的环境变量
profile
)加入以下变量
然后source下
)执行java 及 javac 命令检验,如图:
maven私服安装软件压缩包
http:
//
www.sonatype.org/downloads/nexus-latest-bundle.tar.gz下载对应的私服安装包:nexus-
2.6.
0-
05-bundle.
tar
.gz
.2安装maven私服
) 将安装包上传到服务器上,并解压
)移动到指定的安装路径下
maven
启动私服服务器
) 进入nexus的安装目录
)使用nexus可执行脚本进行服务启动
)查看Nexus服务状态
执行 .
/
nexus stat查看 nexus 的状态
配置nexus的防火墙
将nexus默认端口 在防火墙里开启
执行
vi /etc/sysconfig/
iptables
插入以下两行
j ACCEPT
j ACCEPT
最后重启防火墙
至此,Nexus
-
Maven的服务端已经安装启动完毕,接下来可以通过其提供的web界面进行配置管理
maven服务器
)通过浏览器打开此URL:
http:
//
192.168.0.249:8081/nexus ,出现管理主页面
2
)点击页面右上角的Log In 进行登录
默认用户密码为admin
/
admin123,登录后即显示管理菜单:
)进行Repositories仓库配置
点开Repositories管理项,可看到nexus当前管理的仓库列表
管理配置都可通过此web界面实现,非常方便,比如要想开启central
仓库在本私服上的代理,只要点击该仓库,出现管理选项:
在此页面根据需求设置即可,简单来说,只要将其中的
“Download Remote Indexes” 选项置为True,然后对该仓库进行update,该代理仓库即可启用,客户端通过配置即可使用该仓库的jar包构件;其他仓库的管理亦非常方便;
来源: <http://www.cnblogs.com/dingyingsi/p/3776557.html>
From WizNote
转载于:https://www.cnblogs.com/zDanica/p/5471672.html
最后
以上就是淡定哈密瓜为你收集整理的Centos 基础开发环境搭建之Maven私服nexushmaster 安装nexus及启动方式./nexus statusCentos 基础开发环境搭建之Maven私服nexus 的全部内容,希望文章能够帮你解决Centos 基础开发环境搭建之Maven私服nexushmaster 安装nexus及启动方式./nexus statusCentos 基础开发环境搭建之Maven私服nexus 所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复