I have download camunda bpm platform project.
How can I run this because of here is multiple projects.
I have download camunda bpm platform project.
How can I run this because of here is multiple projects.
I assume you are just getting started with Camunda and want to evaluate it?
You might want to watch these videos:
https://camunda.com/learn/videos/
You can also check out the Quick Start guide:
https://docs.camunda.org/get-started/quick-start/
yes, I am just getting started with camunda. And I watched all the video’s. But my problem is I have downloaded camunda-bpm-platform project from GitHub. And I want to know how to run this project?
Please help me…
Hi,
great to hear you want to get started with the code!
Please have a look at the ‘Building camunda BPM platform’ section in the repository’s readme:
Hope that helps!
Best,
Tobias
You can also give this a try: https://github.com/PhilippHeuer/camunda-template
If you execute the bootRunAllInOneWithLocalDb Gradle Task it will start a local camunda instance you can use to test your process. You can also deploy the same code into a shared engine later on.