From 006f88c7a57ba608884a29e10d1d5d2117d6e007 Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Mon, 9 Sep 2024 12:29:12 -0400 Subject: [PATCH] port edits to component --- docs/guides/react-components/install-c8run.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/guides/react-components/install-c8run.md b/docs/guides/react-components/install-c8run.md index aa32752ce8..7c026bc7e0 100644 --- a/docs/guides/react-components/install-c8run.md +++ b/docs/guides/react-components/install-c8run.md @@ -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).