An open API service indexing awesome lists of open source software.

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

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