Install Camunda Platform Run
This page describes the steps to execute Camunda Platform Run.
Requirements
Please make sure that you have the Java Runtime Environment 8+ installed.
You can verify this by using your terminal, shell, or command line:
java -version
If you need to install Java Runtime Environment, you can find the download from Oracle here.
Installation Procedure
- Download the pre-packed distribution of the community edition here or the enterprise edition here.
- Unpack the distro to a directory.
- Configure the distro as described in the User Guide.
- Start Camunda Platform Run by executing the start script (start.bat for Windows, start.sh for Linux/Mac).
- Access the Camunda webapps (Cockpit, Tasklist, Admin) via http://localhost:8080/camunda/app/.
- Access the REST API via http://localhost:8080/engine-rest (e.g. http://localhost:8080/engine-rest/engine).