Commit e6875012 authored by 王进波's avatar 王进波

Merge branch 'master' of g.civnet.cn:wangjinbo/Svn-to-Git

parents 7a0b1a5e 8e86fe62
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [CloudPlatform服务部署](#cloudplatform%E6%9C%8D%E5%8A%A1%E9%83%A8%E7%BD%B2)
- [TenantServer部署](#tenantserver%E9%83%A8%E7%BD%B2)
- [部署环境](#%E9%83%A8%E7%BD%B2%E7%8E%AF%E5%A2%83)
- [基础软件服务检查](#%E5%9F%BA%E7%A1%80%E8%BD%AF%E4%BB%B6%E6%9C%8D%E5%8A%A1%E6%A3%80%E6%9F%A5)
- [安装步骤](#%E5%AE%89%E8%A3%85%E6%AD%A5%E9%AA%A4)
- [下载 `TenantServer`](#%E4%B8%8B%E8%BD%BD-tenantserver)
- [修改配置](#%E4%BF%AE%E6%94%B9%E9%85%8D%E7%BD%AE)
- [部署子站模板](#%E9%83%A8%E7%BD%B2%E5%AD%90%E7%AB%99%E6%A8%A1%E6%9D%BF)
- [安装TenantServer 为 WindowsService](#%E5%AE%89%E8%A3%85tenantserver-%E4%B8%BA-windowsservice)
- [检查安装是否成功](#%E6%A3%80%E6%9F%A5%E5%AE%89%E8%A3%85%E6%98%AF%E5%90%A6%E6%88%90%E5%8A%9F)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# CloudPlatform服务部署 # CloudPlatform服务部署
## TenantServer部署 ## TenantServer部署
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
- [站点更新操作](#%E7%AB%99%E7%82%B9%E6%9B%B4%E6%96%B0%E6%93%8D%E4%BD%9C) - [站点更新操作](#%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) - [辨别符号链接](#%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) - [更新-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 --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
...@@ -171,3 +172,30 @@ git pull #从远程仓库拉取更新,检查输出结果是有错 ...@@ -171,3 +172,30 @@ git pull #从远程仓库拉取更新,检查输出结果是有错
> - ConfCenter: `git@gitlab.wohitech.com:CivDevelope/ConfCenter.git` > - ConfCenter: `git@gitlab.wohitech.com:CivDevelope/ConfCenter.git`
> - CivWebPublish: `git@gitlab.wohitech.com:CivPublish/CivWebPublish.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 了。
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