Skip to content

Commit

Permalink
update c8run getting started snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptualshark committed Sep 6, 2024
1 parent 9c5b731 commit 785d1a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/guides/react-components/install-c8run.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ If no version of Java is found, follow your chosen installation's instructions f

## Install and start C8Run

1. Download and extract the [latest release of C8run](link to tgz). This .tgz file will extract the C8Run script into a new directory.
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 `./start.bat` on Windows) in your terminal.
3. Start C8Run by running `./start.sh` (or `.\c8run.exe start` on Windows) in your terminal.

When successful, a new Operate window will open automatically.

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

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

0 comments on commit 785d1a6

Please sign in to comment.