CentOS Nexus 安装

Nexu下载地址 [b][url]http://www.sonatype.org/nexus/archived/[/url][/b]
[img]http://dl2.iteye.com/upload/attachment/0118/6723/6370a37b-e782-305f-b3e1-881e2090e606.png[/img]

/usr/lcoal/nexus/init.sh


#!/bin/bash

if [ `grep -c nexus /etc/passwd` -eq 0 ];then
useradd nexus;
passwd nexus;
echo "nexus create successfully!";
fi

chown -R nexus:nexus ../nexus;

rm -rf /etc/init.d/nexus;
cp -a nexus-2.12.0-01/bin/nexus /etc/init.d/;
chmod 755 /etc/init.d/nexus;

if [ `chkconfig --list nexus|wc -l` -eq 0 ];then
cd /etc/init.d;
chkconfig --add nexus;
chkconfig --level 345 nexus on;
fi


service nexus start|stop

/sbin/iptables -I INPUT -p tcp --dport 8081 -j ACCEPT
/etc/rc.d/init.d/iptables save

/etc/rc.d/init.d/iptables restart|status\stop

http://192.168.x.x:8081/nexu/
admin admin123
登录就可以
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值