Skip to content

Commit

Permalink
add modeler links, clean up introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptualshark committed Sep 20, 2024
1 parent 08ad980 commit a3b6703
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/guides/react-components/install-c8run.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## --
--

## Prerequisites

- OpenJDK 21+
- Desktop Modeler
- [Desktop Modeler](/components/modeler/desktop-modeler/install-the-modeler.md)

:::note
After installing OpenJDK, ensure `JAVA_HOME` is set by running `java -version` in a **new** terminal.
Expand All @@ -13,7 +13,7 @@ If no version of Java is found, follow your chosen installation's instructions f

## Install and start Camunda 8 Run

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.
1. Download the [latest release of Camunda 8 Run](https://github.com/camunda/camunda/releases/tag/c8run-8.6.0-alpha5) 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.

Expand Down
10 changes: 6 additions & 4 deletions docs/self-managed/setup/deploy/local/c8run.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: c8run
title: "Local installation with Camunda 8 Run"
sidebar_label: "Camunda 8 Run"
description: "Use the Camunda 8 Run packaged distribution to set up a local development environment."
description: "Use the Camunda 8 Run single application script to set up a local development environment."
---

import Tabs from "@theme/Tabs";
Expand All @@ -12,7 +12,7 @@ import TabItem from "@theme/TabItem";
Camunda 8 Run is not supported for production use.
:::

The Camunda 8 Run packaged distribution allows you to get started with a local development environment. This page guides you through setting up and configuring Camunda 8 on a local or virtual machine.
The Camunda 8 Run script allows you to install and start a simplified, single-application Camunda configuration in a local development environment. This page guides you through using Camunda 8 Run on a local or virtual machine.

Camunda 8 Run includes the following:

Expand All @@ -25,7 +25,7 @@ Camunda 8 Run includes the following:
## Prerequisites

- OpenJDK 21+
- Desktop Modeler
- [Desktop Modeler](/components/modeler/desktop-modeler/install-the-modeler.md)

:::note
After installing OpenJDK, ensure `JAVA_HOME` is set by running `java -version` in a **new** terminal.
Expand All @@ -35,7 +35,7 @@ If no version of Java is found, follow your chosen installation's instructions f

## Install and start Camunda 8 Run

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.
1. Download the [latest release of Camunda 8 Run](https://github.com/camunda/camunda/releases/tag/c8run-8.6.0-alpha5) 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.

Expand Down Expand Up @@ -74,6 +74,8 @@ The Connectors URL displays a login page, but cannot be logged into.

### Deploy diagrams from Desktop Modeler

Make sure you have installed [Desktop Modeler](/components/modeler/desktop-modeler/install-the-modeler.md) before continuing.

To [deploy diagrams](/self-managed/modeler/desktop-modeler/deploy-to-self-managed.md) from Desktop Modeler, the following configuration is required:

- **Target:** Self-Managed
Expand Down

0 comments on commit a3b6703

Please sign in to comment.