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
75fc2631
Commit
75fc2631
authored
Feb 14, 2019
by
王进波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
da1bd4dd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
部署环境搭建--面向实施.md
doc/部署环境搭建--面向实施.md
+11
-0
No files found.
doc/部署环境搭建--面向实施.md
View file @
75fc2631
...
...
@@ -15,6 +15,7 @@
-
[
辨别符号链接
](
#%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
)
-
[
更新-2019-02-14:实施自动部署脚本的部署方法
](
#%E6%9B%B4%E6%96%B0-2019-02-14%E5%AE%9E%E6%96%BD%E8%87%AA%E5%8A%A8%E9%83%A8%E7%BD%B2%E8%84%9A%E6%9C%AC%E7%9A%84%E9%83%A8%E7%BD%B2%E6%96%B9%E6%B3%95
)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
...
...
@@ -198,3 +199,12 @@ git pull #从远程仓库拉取更新,检查输出结果是有错
>
> HTTPS 协议更换 URL 后口令不变,项目上输入过帐号密码的,可以直接更新,之前因为 HTTPS 协议下载中断而改用 SSH 协议的问题,用新的地址可以解决,实施部署时可以直接用新的 HTTPS URL 加上之前仓库的部署口令就可以直接 clone 了。
## 更新-2019-02-14:实施自动部署脚本的部署方法
> 自动部署脚本为一条命令行指令,在安装 Git Bash 的服务器中以管理员权限打开 Git Bash ,输入以下命令,回车
>
> ```bash
> git clone git@g.civnet.cn:wangjinbo/AutoDeploy.git && cd AutoDeploy && start InstallTenant.bat
> ```
>
> 根据提示操作,这条命令会下载,安装和运行一个自动部署的服务,服务启动后会完成其他部分部署工作,通过查看服务日志,判断服务运行状况
\ 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