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
f6935831
Commit
f6935831
authored
Mar 26, 2021
by
祁新
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.dev.shxrtech.com/doc/ldp-docs
into master
parents
416fe3bf
a7a16b67
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
BPM安装部署文档.md
安装文档/BPM安装部署文档.md
+22
-0
No files found.
安装文档/BPM安装部署文档.md
View file @
f6935831
...
...
@@ -79,6 +79,28 @@ cp bpm/bpm-startup-1.0.0.jar fatjar/
cp
-r
bpm/ui/bpm /usr/local/nginx/html/
```
修改nginx配置文件,添加以下内容
```
conf
location
/
bpm
{
try_files
$
uri
$
uri
/ /
bpm
/
index
.
html
;
}
```
重启nginx
```
shell
#关闭nginx
./nginx
-s
stop
```
```
shell
#启动nginx
./nginx
```
## 三、启动bpm服务
```
shell
...
...
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