Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
ldp-docs
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
doc
ldp-docs
Commits
28de7a21
Commit
28de7a21
authored
Mar 02, 2021
by
马超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 完善changelog
parent
8a432091
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
2 deletions
+34
-2
LDP框架ChangeLog&升级方式.md
LDP框架ChangeLog&升级方式.md
+7
-2
BPM安装部署文档.md
安装文档/BPM安装部署文档.md
+27
-0
No files found.
LDP框架ChangeLog&升级方式.md
View file @
28de7a21
...
...
@@ -104,8 +104,13 @@
- BPM安装部署文档:
-
- BPM安装部署文档参照:[BPM安装部署文档]
(
http://gitlab.dev.shxrtech.com/doc/ldp-docs/blob/master/安装文档/BPM安装部署文档.md
)
- BPM后端集成文档:[LDP应用集成流程服务说明]
(
http://gitlab.dev.shxrtech.com/doc/ldp-docs/blob/master/流程系统集成/LDP应用集成流程服务说明.md
)
- BPM外置VUE集成文档:[前端流程表单集成说明]
(
http://gitlab.dev.shxrtech.com/doc/ldp-docs/blob/master/流程系统集成/前端流程表单集成说明文档.md
)
...
...
安装文档/BPM安装部署文档.md
View file @
28de7a21
...
...
@@ -89,3 +89,29 @@ cd tool/
## 四、安装字体文件
绘制流程图时,如果有中文,需要配置字体文件,并在安装服务器上安装字体文件,否则绘制的流程图会出现乱码 ,默认已经配置为宋体,bootstrap-dev.yml 或 bootstrap-prod.yml
```
ldp:
flowable:
font-name: 宋体
```
在服务器上安装相应字体,这里用宋体举例,参考: https://www.cnblogs.com/cuishuai/p/8441132.html
**linux 字体安装:**
```
shell
# 安装字体配置
yum
install
-y
fontconfig mkfontscale
#从windows系统中复制C:\Windows\Fonts\simsun.ttc 宋体字体文件到目录/usr/share/fonts/
# 创建字体缓存
cd
/usr/share/fonts/ & mkfontscale & mkfontdir & fc-cache
#查看中文字体
fc-list :lang
=
zh
```
\ 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