【nexus】CentOS 7.x 上搭建nexus maven 私服

一、安装环境

操作系统:CentOS7.1 Minimal

IP:192168.1.101

java:jdk-8u131

nexus: nexus-3.5.0-02

相关软件包:

https://help.sonatype.com/repomanager3/download/download-archives---repository-manager-3

http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html

关闭防火墙

# systemctl stop firewalld

# systemctl  disable firewalld

# iptables  -F

二、安装nexus

# rpm -e --nodeps $(rpm -qa | grep -i openjdk)

#  wget  https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-3.5.0-02-unix.tar.gz

#  tar  zxvf nexus-3.5.0-02-unix.tar.gz      -C     /opt

# tar   zxvf  jdk-8u131-linux-x64.tar.gz     -C     /opt

# ll   /opt/

# groupadd -g 2018  nexus

# useradd  -u 2018 -g  2018 nexus

# echo "123456" | passwd  --stdin  nexus

# echo "JAVA_HOME=/opt/jdk1.8.0_131"   >> /etc/profile.d/jdk.sh

#  source  /etc/profile.d/jdk.sh

# echo "export PATH=$JAVA_HOME/bin:$PATH" >>  /etc/profile.d/jdk.sh

# source  /etc/profile.d/jdk.sh

# java -version

# vim /opt/nexus-3.5.0-02/bin/nexus.rc

run_as_user="nexus"

# vim /opt/nexus-3.5.0-02/bin/nexus 

INSTALL4J_JAVA_HOME="/opt/jdk1.8.0_131"

# vim /etc/systemd/system/nexus.service 

########################

[Unit]

Description=nexus service

After=network.target

[Service]

Type=forking

LimitNOFILE=65536 

ExecStart=/opt/nexus-3.5.0-02/bin/nexus start

ExecStop=/opt/nexus-3.5.0-02/bin/nexus stop

User=nexus

Restart=on-abort

[Install]

WantedBy=multi-user.target

#################################

# chown  -R  nexus:nexus  /opt/nexus-3.5.0-02 

# chown  -R  nexus:nexus  /opt/sonatype-work 

#  systemctl  daemon-reload

#  systemctl  start nexus.service

#  ss  -tan  | grep 8081


生成keystore文件:

# keytool  \

-genkeypair \

-keystore /opt/nexus-3.5.0-02/etc/ssl/keystore.jks \

-alias nexus \

-keypass nexus@123 \

-storepass nexus@123 \

-keyalg RSA \

-keysize 2048 \

-validity 5000 \

-dname "CN=*.test.com,OU=TEST,O=TEST,L=Shenzhen,ST=Guangdong,C=CN" \

-ext "SAN=IP:192.168.1.101"  \

-ext "BC=ca:true"

# chown  -R   nexus:nexus  /opt/nexus-3.5.0-02 

# chown  -R   nexus:nexus  /opt/sonatype-work 

#  vim /opt/sonatype-work/nexus3/etc/nexus.properties

nexus-args=${jetty.etc}/jetty.xml,${jetty.etc}/jetty-http.xml,${jetty.etc}/jetty-requestlog.xml,${jetty.etc}/jetty-https.xml

application-port-ssl=8443

# vim /opt/nexus-3.5.0-02/etc/jetty/jetty-https.xml

# systemctl  restart  nexus

# systemctl  status  nexus

# systemctl  enable  nexus

# ss  -tan | grep 8081

# ss  -tan | grep 8443

三、测试

浏览器访问http://192.168.1.101:8081

浏览器访问https://192.168.1.101:8443

默认登录用户密码:admin/admin123


四、更新 nexus  maven索引

需要下载如下三个文件:

indexer-cli-6.0.0.jar

nexus-maven-repository-index.gz

nexus-maven-repository-index.properties


# wget  http://repo.maven.apache.org/maven2/.index/nexus-maven-repository-index.gz

# wget http://repo.maven.apache.org/maven2/.index/nexus-maven-repository-index.properties

# wegt http://central.maven.org/maven2/org/apache/maven/indexer/indexer-cli/6.0.0/indexer-cli-6.0.0.jar


相关下载链接:

http://repo.maven.apache.org/maven2/.index

http://central.maven.org/maven2/org/apache/maven/indexer/indexer-cli


#  mkdir  -p  /opt/maven

# cp indexer-cli-6.0.0.jar nexus-maven-repository-index.gz nexus-maven-repository-index.properties   /opt/maven

# cd  /opt/maven

# java -jar indexer-cli-6.0.0.jar -u nexus-maven-repository-index.gz  -d  indexer

等待程序运行完成之后可以发现/opt/maven/indexer文件夹下出现了很多文件

将/opt/maven/indexer下的文件放置到 /opt/sonatype-work/nexus3/indexer/central-ctx 目录下

# mkdir  -p  /opt/sonatype-work/nexus3/indexer/central-ctx

# cp  -r  /opt/maven/indexer/*   /opt/sonatype-work/nexus3/indexer/central-ctx

# chown -R nexus:nexus  /opt/sonatype-work

# systemctl restart nexus 

# systemctl status nexus 

五、参考

https://www.sonatype.org

https://help.sonatype.com/repomanager3/installation

http://www.eclipse.org/jetty/documentation/9.3.x/configuring-ssl.html

https://docs.docker.com/engine/reference/commandline/login

https://docs.docker.com/engine/reference/commandline/login/#parent-command

https://github.com/codeclou/docker-sonatype-nexus-repository-oss

http://blog.codecp.org/2016/05/23/Nexus%20oss%203.0%20%E6%9E%84%E5%BB%BAdocker%E4%BB%93%E5%BA%93

https://docs.docker.com/registry/insecure/#docker-still-complains-about-the-certificate-when-using-authentication

https://help.sonatype.com/repomanager3/download

https://help.sonatype.com/repomanager3/system-requirements#SystemRequirements-Linux

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 158,847评论 4 362
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 67,208评论 1 292
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 108,587评论 0 243
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 43,942评论 0 205
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 52,332评论 3 287
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 40,587评论 1 218
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 31,853评论 2 312
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 30,568评论 0 198
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 34,273评论 1 242
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 30,542评论 2 246
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 32,033评论 1 260
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 28,373评论 2 253
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 33,031评论 3 236
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 26,073评论 0 8
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 26,830评论 0 195
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 35,628评论 2 274
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 35,537评论 2 269

推荐阅读更多精彩内容