camunda有多种使用方式,此处先使用独立平台的方式部署引擎,这种用法适合分布式,微服务化,多语言异构系统的使用方式。是官方推荐的使用方式。
camunda-platform-run支持的运行方式有多种,包括:
- Apache tomcat
- JBoss EAP/wildfly
- IBM WebShpere
- Oracle WebLogic
- Docker
- Spring boot启动
推荐安装一、docker方式安装
参考文档:https://github.com/camunda/docker-camunda-bpm-platform/tree/7.17
暂时先以docker运行7.17.0版本,其他版本可以在https://hub.docker.com/中查看镜像版。
拉取镜像
docker pull camunda/camunda-bpm-platform:7.17.0
创建数据库
camunda支持的数据库如下,本课程采用mysql5.7