Size: 934
Comment:
|
Size: 1071
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 16: | Line 16: |
# move war files out of deployments | |
Line 17: | Line 18: |
./add-user.sh wbadmin wbadmin # add management user wbadmin # http://127.0.0.1:9990 admin console |
jbpm
jBPM is a toolkit for building business applications to help automate business processes and decisions
BPM makes the bridge between business analysts, developers and end users, by offering process management features and tools in a way that both business users and developers like it.
1 cd ~
2 wget https://download.jboss.org/jbpm/release/7.73.0.Final/jbpm-server-7.73.0.Final-dist.zip
3 mkdir jbpm
4 mv jbpm-server-7.73.0.Final-dist.zip jbpm/
5 cd jbpm/
6 unzip jbpm-server-7.73.0.Final-dist.zip
7 # move war files out of deployments
8 bin/standalone.sh
9 ./add-user.sh wbadmin wbadmin # add management user wbadmin
10 # http://127.0.0.1:9990 admin console
11 # http://localhost:8080/business-central
12 # Login/password: wbadmin/wbadmin
13 # OpenAPI Swagger http://localhost:8080/kie-server/docs
14
Predefined users
- wbadmin/wbadmin
- krisv/krisv
- john/john
- mary/mary
- katy/katy
- jack/jack
- kieserver/kieserver1!