Skip to content

Commit

Permalink
port edits to component
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptualshark committed Sep 9, 2024
1 parent 9338021 commit 006f88c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/guides/react-components/install-c8run.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ After installing OpenJDK, ensure `JAVA_HOME` is set by running `java -version` i
If no version of Java is found, follow your chosen installation's instructions for setting `JAVA_HOME` before continuing.
:::

## Install and start C8Run
## Install and start Camunda 8 Run

1. Download the [latest release of C8run](https://github.com/camunda/camunda/releases/tag/c8run-8.6.0-alpha3) for your operating system and architecture. Opening the .tgz file will extract the C8Run script into a new directory.
2. Navigate to the new C8Run directory.
3. Start C8Run by running `./start.sh` (or `.\c8run.exe start` on Windows) in your terminal.
1. Download the [latest release of Camunda 8 Run](https://github.com/camunda/camunda/releases/tag/c8run-8.6.0-alpha3) for your operating system and architecture. Opening the .tgz file extracts the Camunda 8 Run script into a new directory.
2. Navigate to the new `c8run` directory.
3. Start Camunda 8 Run by running `./start.sh` (or `.\c8run.exe start` on Windows) in your terminal.

When successful, a new Operate window will open automatically.
When successful, a new Operate window automatically opens.

:::note
If C8Run fails to start, run the [shutdown script](/self-managed/setup/deploy/local/c8run.md/#shut-down-camunda-8-run) to end the current processes before running the start script again.
If Camunda 8 Run fails to start, run the [shutdown script](/self-managed/setup/deploy/local/c8run.md/#shut-down-camunda-8-run) to end the current processes, then run the start script again.
:::

For more information and local configuration options, see the [C8Run distribution guide](/self-managed/setup/deploy/local/c8run.md).
For more information and local configuration options, see the [Camunda 8 Run distribution guide](/self-managed/setup/deploy/local/c8run.md).

0 comments on commit 006f88c

Please sign in to comment.