Commit 6067fa4f authored by 王进波's avatar 王进波

update

parent 298ae9a4
......@@ -605,6 +605,16 @@ Fiddler 拦截请求后,会通过AutoResponser功能匹配请求是否为静
GitLabServer 是我们公司的中心Git仓库,运行在12.1服务器上,12.1服务器装的是CentOS操作系统, 然后GitLabServer使用的是官网提供的 Omnibus GitLab 方案,它是一个完整的开箱即用的软件包,包含了自身需要的全部软件服务支持,简单部署就可以立即使用,使用的安装方式是 Docker 安装,官网的操作文档在 [这里](https://docs.gitlab.com/omnibus/docker/README.html) 。我也记录了Docker run的运行命令,在 [这里](https://g.civnet.cn:8443/wangjinbo/Svn-to-Git/blob/master/doc/%E5%85%B3%E4%BA%8E12.1%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%9A%84%E9%85%8D%E7%BD%AE.md#%E6%9C%8D%E5%8A%A1%E5%99%A8)
> 12.1 服务器的登录帐号: root/000000 gitlab/gitlab ssh 远程端口 33
shell 远程登录命令如下:
```
ssh gitlab@192.168.12.1 -p 33
```
```shell
sudo docker run --detach \
--hostname gitlab.wohitech.com \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment