标签:loading color image ack back 版本 地址 png 库文件
一、下载安装文件
文档地址:https://help.sonatype.com/docs
比如我下载的mac版本的:nexus-3.23.0-03-mac.tgz
1、解压安装包到指定目录
解压缩后放在某个目录下,包含两个子目录
nexus-3.23.0-03:这里包含nexus运行需要的文件
可以修改nexus的一些配置,有两个配置文件,
一个是在bin目录下面的nexus.vmoptions,
另外一个是etc目录下面的nexus-default.properties,里面可以修改端口号(默认是8081)
sonatype-work:包含nexus的配置文件、日志文件、仓库文件
2、进入bin目录即nexus-3.23.0-03/bin目录下,执行 sh nexus start启动命令
二、登陆nexus后台
http://localhost:8081/
默认账号:
admin
默认密码:启动服务后会在你的$data-dir数据目录中出现admin.password文件
你的安装目录/nexus-3.23.0-03-mac 2/sonatype-work/nexus3/admin.password
标签:loading color image ack back 版本 地址 png 库文件
原文地址:https://www.cnblogs.com/756623607-zhang/p/12900751.html