注意用管理员身份 5、登录nexus管理系统 Nexus的默认服务端口为8081

时间:2021-08-31 03:52:12

从官网下载https://help.sonatype.com/display/NXRM3/Download 选择Windows archive https://download.sonatype.com/nexus/3/latest-win64.zip 进行下载

2、安置

下载后得到一个zip文件,放到你要安置的目录解压即可

3、配置处事

进入到安置目录C:\nexus-3\bin 下,使用nexus.exe /install <optional-service-name> 进行处事安置,默认处事为nexus ,注意用打点员打开cmd控制台

处事启停卸载

nexus.exe /start <optional-service-name>

nexus.exe /stop <optional-service-name>

nexus.exe /uninstall <optional-service-name>

4、启动nexus

启动nexus的指令:nexus.exe /run ,注意用打点员身份

5、登录nexus打点系统

Nexus的默认处事端口为8081,默认的用户名是:admin,暗码:admin123。打开浏览器,,输入:localhost:8081即可进入Nexus打点系统。点击右上角的Sign in按钮,输入用户名和暗码,进入货仓打点系统。

6、货仓配置

货仓配置详见官方文档:https://help.sonatype.com/display/NXRM3/Repository+Management