https://github.com/romanow/camunda-base
Camunda application for local BPMN deployment
https://github.com/romanow/camunda-base
camunda-7 docker spring-boot
Last synced: 3 months ago
JSON representation
Camunda application for local BPMN deployment
- Host: GitHub
- URL: https://github.com/romanow/camunda-base
- Owner: Romanow
- Created: 2023-04-10T14:23:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T19:22:49.000Z (over 1 year ago)
- Last Synced: 2025-06-17T09:51:31.075Z (about 1 year ago)
- Topics: camunda-7, docker, spring-boot
- Language: Kotlin
- Homepage: https://romanow.github.io/camunda-base/
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/Romanow/camunda-base/actions/workflows/build.yml)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/Romanow/camunda-base/releases/latest)
[](https://hub.docker.com/r/romanowalex/camunda-base)
# Camunda base
GitHub: [romanow/camunda-base](https://github.com/Romanow/camunda-base).
## Локальный запуск
Используем [docker-compose.yml](docker-compose.yml)
```shell
$ docker compose up -d --wait
```
После этого открываем в браузере [http://localhost:8080](http://localhost:8080/) и вводим `admin` / `admin`.
## Установка Token Simulator
```shell
$ cd ~/Library/Application\ Support/camunda-modeler
$ mkdir -p resources/plugins && cd resources/plugins
$ git clone https://github.com/camunda/camunda-modeler-token-simulation-plugin
```