Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Svn-to-Git
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王华
Svn-to-Git
Commits
efc4b720
Commit
efc4b720
authored
Jan 11, 2019
by
王进波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
8c5b734f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
部署环境搭建--面向实施.md
doc/部署环境搭建--面向实施.md
+28
-0
No files found.
doc/部署环境搭建--面向实施.md
View file @
efc4b720
...
...
@@ -14,6 +14,7 @@
-
[
站点更新操作
](
#%E7%AB%99%E7%82%B9%E6%9B%B4%E6%96%B0%E6%93%8D%E4%BD%9C
)
-
[
辨别符号链接
](
#%E8%BE%A8%E5%88%AB%E7%AC%A6%E5%8F%B7%E9%93%BE%E6%8E%A5
)
-
[
更新-2018-12-05: gitlab 使用 ssh 协议
](
#%E6%9B%B4%E6%96%B0-2018-12-05-gitlab-%E4%BD%BF%E7%94%A8-ssh-%E5%8D%8F%E8%AE%AE
)
-
[
更新-2019-01-11: 域名切换为 g.civnet.cn
](
#%E6%9B%B4%E6%96%B0-2019-01-11-%E5%9F%9F%E5%90%8D%E5%88%87%E6%8D%A2%E4%B8%BA-gcivnetcn
)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
...
...
@@ -171,3 +172,30 @@ git pull #从远程仓库拉取更新,检查输出结果是有错
> - ConfCenter: `git@gitlab.wohitech.com:CivDevelope/ConfCenter.git`
> - CivWebPublish: `git@gitlab.wohitech.com:CivPublish/CivWebPublish.git`
## 更新-2019-01-11: 域名切换为 g.civnet.cn
> 即日起,Gitlab 的网站地址切换为 https://g.civnet.cn:8443,之前的 gitlab.wohitech.com 停用,大家在浏览器中输入地址时,请输入完整的 **协议 + 域名 + 端口**(即https://g.civnet.cn:8443),g.civnet.cn 无法正常跳转。
>
> 同时,所有开发人员及项目部署仓库的 origin 源的 URL 也要对应修改,命令如下
>
> ```
ssh
> git remote set-url origin New-Url
> ```
>
> New-Url 自己去网站的仓库主页获取,实施项目部署环境的 URL 更新如下:
>
> HTTPS 协议地址:
>
> - ConfCenter : `https://g.civnet.cn:8443/CivPublish/CivWebPublish.git`
> - CivWebPublish : `https://g.civnet.cn:8443/CivDevelope/ConfCenter.git`
> - IoTBuild : `https://g.civnet.cn:8443/CivPublish/CityIoTBuild.git`
>
> GIT 协议地址:
>
> - ConfCenter : `git@g.civnet.cn:CivPublish/CivWebPublish.git`
>
> - CivWebPublish : `git@g.civnet.cn:CivDevelope/ConfCenter.git`
> - IoTBuild : `git@g.civnet.cn:CivPublish/CityIoTBuild.git`
>
> HTTPS 协议更换 URL 后口令不变,项目上输入过帐号密码的,可以直接更新,之前因为 HTTPS 协议下载中断而改用 SSH 协议的问题,用新的地址可以解决,实施部署时可以直接用新的 HTTPS URL 加上之前仓库的部署口令就可以直接 clone 了。
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment