https://github.com/vanheemstrasystems/camunda-headstart
Camuda - Headstart
https://github.com/vanheemstrasystems/camunda-headstart
bpm docker microservices
Last synced: 12 months ago
JSON representation
Camuda - Headstart
- Host: GitHub
- URL: https://github.com/vanheemstrasystems/camunda-headstart
- Owner: vanHeemstraSystems
- Created: 2022-02-13T17:12:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T14:34:36.000Z (over 4 years ago)
- Last Synced: 2025-03-25T14:21:21.100Z (over 1 year ago)
- Topics: bpm, docker, microservices
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
camunda-headstart
# Camuda - Headstart
Based on "Tutorial: How to Get Started With Camunda Run" at https://www.youtube.com/watch?v=l-sCUKQZ44s&list=PLJG25HlmvsOUnCziyJBWzcNh7RM5quTmv
Based on "[CamundaCon] Orchestrating Microservices from Modeling to Production" at https://www.youtube.com/watch?v=G2gAd85h_F4
Based on "[CamundaCon Live 2020.1] Microservices Orchestration and Integration using Workflow Automation" at https://vimeo.com/camunda
Presenter Bernd Ruecker at Github at https://github.com/berndruecker?tab=repositories and Website at https://berndruecker.io/ and blog at https://blog.bernd-ruecker.com/
Dockerhub for Camunda at https://hub.docker.com/r/camunda/camunda-bpm-platform/
Camunda Podcasts at https://podcasts.apple.com/us/podcast/camunda-nation-podcast/id1478382505
**Camunda: The Universal Process Orchestrator**
Reinventing Process Automation for the Digital Enterprise
[Community Edition](https://camunda.com/download/): Docker
```
$ docker pull camunda/camunda-bpm-platform:run-latest
$ docker run -d ‐‐name camunda -p 8080:8080 camunda/camunda-bpm-platform:run-latest
# open browser with url: http://localhost:8080/camunda-welcome/index.html
```
[Docker Instructions](https://docs.camunda.org/manual/latest/installation/docker/?__hstc=252030934.147812eae1d6e39e3329554164a413ce.1644772440934.1644772440934.1644772440934.1&__hssc=252030934.4.1644772440935&__hsfp=584605664)
[Camuda BPM Examples on GitHub](https://github.com/camunda/camunda-bpm-examples).
# 100 - Introduction