- 世界75亿人,这么小的概率,能认识你,是我一生的幸运,不妨加个QQ接触一下:52249909
1.创建一个私有仓库
2.复制仓库地址
3.上传本地仓库到私有仓库
#在本地仓库目录下写个shell脚本,内容如下
#!/bin/bash
# copy and run this script to the root of the repository directory containing files
# this script……继续阅读 »
lixian
23943浏览
一、环境准备
1.java环境
2. nexus软件包:nexus-3.30.1-01-unix.tar.gz
二、部署nexus
1.上传软件包并解压
mkdir /usr/local
tar xf nexus-3.30.1-01-unix.tar.gz -C /usr/local/nexus/
2.目录介绍
如果修改数据存储路径、端口……继续阅读 »
lixian
23700浏览