centos7安装nexus3「建议收藏」

centos7安装nexus3「建议收藏」1、下载nexuswgethttps://sonatype-download.global.ssl.fastly.net/repository/repositoryManager/3/nexus-3.12.0-01-unix.tar.gz2、解压tar-zxvfnexus-3.12.0-01-unix.tar.gz-C/usr/local/nexus/3、启动cd/usr/local/…

大家好,又见面了,我是你们的朋友全栈君。1、下载nexus

wget https://sonatype-download.global.ssl.fastly.net/repository/repositoryManager/3/nexus-3.12.0-01-unix.tar.gz

2、解压

tar -zxvf nexus-3.12.0-01-unix.tar.gz -C /usr/local/nexus/

3、启动

cd /usr/local/nexus/nexus-3.12.0-01/bin

./nexus run &

看到“Started Sonatype Nexus OSS 3.12.0-01”启动成功

http://192.168.1.121:8081

默认端口:8081

默认用户名:admin

默认密码:admin123

4、设置开机自启动

vim /usr/lib/systemd/system/nexus.service

[Unit]

Description=nexus service

[Service]

Type=forking

LimitNOFILE=65536

ExecStart=/usr/local/nexus/nexus-3.12.0-01/bin/nexus start

ExecReload=/usr/local/nexus/nexus-3.12.0-01/bin/nexus restart

ExecStop=/usr/local/nexus/nexus-3.12.0-01/bin/nexus stop

Restart=on-failure

[Install]

WantedBy=multi-user.target

服务加入开机启动 systemctl enable nexus.service

重新加载配置文件 systemctl daemon-reload

5、修改nexus用户root

vim bin/nexus.rc  =>  run_as_user=”root”

6、修改jdk

vim bin/nexus  =>  INSTALL4J_JAVA_HOME_OVERRIDE=/usr/local/java/jdk1.8.0_91

7、修改默认端口

vim etc/nexus-default.properties  =>  application-port=8081

8、修改数据、日志存储位置

vim bin/nexus.vmoptions

9、nexus手动更新索引

从http://repo.maven.apache.org/maven2/.index/ 找到需要下载的索引文件,下面几个文件下载到同一目录

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

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

indexer-cli下载地址:http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.maven.indexer%22%20AND%20a%3A%22indexer-cli%22

执行

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

等待程序运行完成之后可以发现indexer文件夹下出现了很多文件,将这些文件放置到{nexus-home}/sonatype-work/nexus3/indexer/central-ctx目录下

重新启动nexus

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/159759.html原文链接:https://javaforall.cn

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)


相关推荐

发表回复

您的电子邮箱地址不会被公开。

关注全栈程序员社区公众号