www.agilebpm.cn/zh-cn/docs/bootstrap.html
docker run --rm -it -p 8080:8080 shawoo/agilebpm mvn org.mortbay.jetty:maven-jetty-plugin:run
http://localhost:8080/bpm-explorer
docker-compose up -d mysqlmaster
https://gitee.com/agile-bpm/agile-bpm-basic/tree/master/_doc/mysql
mysqldump -h 47.106.140.247 -upublic -p public>public.sql
docker exec -it agilebpm_mysqlmaster_1 /bin/bash
mysql -uroot -p
CREATE DATABASE IF NOT EXISTS agilebpm DEFAULT CHARSET utf8 COLLATE utf8_general_ci;
cd /var/lib/mysql
ls
# mysql -u root -p agilebpm<./sql/mysql/create/1~n.sql
docker-compose up -d
/opt/agilebpm-base-spring-boot/agilebpm-ui/src/main/resources/static/agilebpm-ui
git clone https://gitee.com/agile-bpm/bpm-app.git
docker pull camunda/camunda-bpm-platform:latest
docker run --rm -it --name camunda -p 8181:8080 camunda/camunda-bpm-platform:latest