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
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
70f236e3
Commit
70f236e3
authored
Nov 02, 2018
by
王进波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
e66dfa49
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
关于Gitlab域名更换问题.md
doc/关于Gitlab域名更换问题.md
+2
-0
部署环境搭建--面向实施.md
doc/部署环境搭建--面向实施.md
+6
-6
No files found.
doc/关于Gitlab域名更换问题.md
View file @
70f236e3
...
...
@@ -6,6 +6,8 @@
`外网环境`
可以通过新网址
`gitlab.wohitech.com`
打开。
**面向实施部署的说明文档已更新,在[这里](./部署环境搭建--面向实施.md)**
### 原因
之前用的花生壳动态域名解析到公司内外网交换路由,再用端口映射到内网
`Gitlab`
服务器,这种方式没有办法使用安全的
`https`
证书,自签名证书在内网使用没有问题,外网环境下发现客户环境中无法访问
`https`
,应该与不安全的自签名证书有关,于是将域名改为阿里云,使用安全免费的证书签名,在客户机器上可以访问,可以下载,今后使用
`gitlab.wohitech.com`
访问时,浏览器也不会提示不安全了
...
...
doc/部署环境搭建--面向实施.md
View file @
70f236e3
...
...
@@ -23,7 +23,7 @@ edited by 王进波 2018.08.23
web 部署环境包括两个部分:
1)应用程序库,即CivWebPublish;
2)配置中心库,即ConfCenter
分别对应了两个Git仓库,部署时需要分别clone。
...
...
@@ -52,7 +52,7 @@ git config --global credential.useHttpPath true #配置Git保存验证信息时
```
shell
cd
<folder name>
#导航到部署文件夹<folder name>下,如果是Cmd命令行,则cd 后面加上 /d 参数
git clone https://
civgit.vicp.net:8443
/CivDevelope/ConfCenter.git
#clone ConfCenter
git clone https://
gitlab.wohitech.com
/CivDevelope/ConfCenter.git
#clone ConfCenter
#弹出验证窗口,口令:gitlab+deploy-token-10 密码:tPPy6xZxTU2SYqznimfx
```
...
...
@@ -64,7 +64,7 @@ git config --global credential.useHttpPath true #配置Git保存验证信息时
```
shell
git config
--global
core.symlinks
true
git clone https://
civgit.vicp.net:8443
/CivPublish/CivWebPublish.git
git clone https://
gitlab.wohitech.com
/CivPublish/CivWebPublish.git
#弹出验证窗口,口令:gitlab+deploy-token-7 密码:jnzGBwuvRvNtxJqSExgV
```
...
...
@@ -99,7 +99,7 @@ git config --global credential.useHttpPath true #配置Git保存验证信息时
```
shell
cd
<folder name>
#导航到部署文件夹<folder name>下,如果是Cmd命令行,则cd 后面加上 /d 参数
git config
--global
core.symlinks
true
git clone https://
civgit.vicp.net:8443
/CivPublish/CivWebPublish.git
git clone https://
gitlab.wohitech.com
/CivPublish/CivWebPublish.git
#弹出验证窗口,口令:gitlab+deploy-token-7 密码:jnzGBwuvRvNtxJqSExgV
```
...
...
@@ -111,7 +111,7 @@ git config --global credential.useHttpPath true #配置Git保存验证信息时
如果ConfCenter已经是有效的符号链接,双击能正确跳转,则只需要在执行pull操作弹出验证窗口时输入正确的口令
```
shell
#CivWebPublish的远程仓库Url:https://
civgit.vicp.net:8443
/CivPublish/CivWebPublish.git
#CivWebPublish的远程仓库Url:https://
gitlab.wohitech.com
/CivPublish/CivWebPublish.git
#弹出验证窗口,口令:gitlab+deploy-token-7 密码:jnzGBwuvRvNtxJqSExgV
```
...
...
@@ -126,7 +126,7 @@ ConfCenter文件夹与CivWebPublish同级,则删除CivWebPublish后重新Clone
```
shell
cd
<folder
name
>
#导航到部署文件夹
<folder
name
>
下,如果是Cmd命令行,则cd 后面加上 /d 参数
git config --global core.symlinks true
git clone https://
civgit.vicp.net:8443
/CivPublish/CivWebPublish.git
git clone https://
gitlab.wohitech.com
/CivPublish/CivWebPublish.git
#弹出验证窗口,口令:gitlab+deploy-token-7 密码:jnzGBwuvRvNtxJqSExgV
```
...
...
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