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
32bf6ff1
Commit
32bf6ff1
authored
Aug 24, 2018
by
王进波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
aaa7f19e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
部署环境搭建--面向实施.md
doc/部署环境搭建--面向实施.md
+8
-5
No files found.
doc/部署环境搭建--面向实施.md
View file @
32bf6ff1
...
...
@@ -22,9 +22,9 @@ edited by 王进波 2018.08.23
web 部署环境包括两个部分:
1)应用程序库,即CivWebPublish;
1)应用程序库,即CivWebPublish;
2)配置中心库,即ConfCenter
2)配置中心库,即ConfCenter
分别对应了两个Git仓库,部署时需要分别clone。
...
...
@@ -32,6 +32,12 @@ CivWebPublish对ConfCenter存在依赖关系,先下载ConfCenter库,ConfCent
![
1534990158267
](
../imgs/1534990158267.png
)
## 更新前配置
```
shell
git config
--global
credential.useHttpPath
true
#配置Git保存验证信息时,允许保存Url的详细路径
```
## 全新部署
...
...
@@ -151,5 +157,3 @@ git pull #从远程仓库拉取更新,检查输出结果是有错
-
符号链接的文件夹图标左下角有快捷方式的箭头
-
右键属性时可以看到这个文件的Shortcut(快捷方式)属性,并且能看到跳转目标(Target)!
[
1534990439223
](
../imgs/1534990439223.png
)
\ No newline at end of file
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