Skip to content

Commit

Permalink
Add C8Run to the getting started guides
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptualshark authored Oct 4, 2024
1 parent 99ad930 commit d8b16c9
Show file tree
Hide file tree
Showing 8 changed files with 177 additions and 66 deletions.
215 changes: 169 additions & 46 deletions docs/guides/getting-started-orchestrate-human-tasks.md

Large diffs are not rendered by default.

23 changes: 6 additions & 17 deletions docs/guides/getting-started-orchestrate-microservices.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,12 @@ While this guide uses code snippets in Java, you do not need to be a Java develo

## Prerequisites

You must have access to either a local or remote Camunda Self-Managed installation or a SaaS account.

<Tabs>
<TabItem value="sm" label="Self-Managed" default>
<details>
<summary>Have you installed Camunda yet?</summary>
<SmPrereqs/>
<Install/>
</details>
</TabItem>
<TabItem value="saas" label="SaaS">
<details>
<summary>Have you signed up for Camunda yet?</summary>
<SaasPrereqs/>
</details>
</TabItem>
</Tabs>
You must have access to a Camunda 8 SaaS account.

<details>
<summary>Have you signed up for Camunda yet?</summary>
<SaasPrereqs/>
</details>

Additionally, you need the following:

Expand Down
Binary file added docs/guides/img/form-id.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guides/img/form-values-bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guides/img/form-values-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guides/img/run-process-sm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions docs/guides/react-components/install-c8run.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
--

## Prerequisites

- OpenJDK 21+
Expand All @@ -23,4 +21,4 @@ When successful, a new Operate window automatically opens.
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 [Camunda 8 Run distribution guide](/self-managed/setup/deploy/local/c8run.md).
For more information and local configuration options, see the [Camunda 8 Run installation guide](/self-managed/setup/deploy/local/c8run.md).
1 change: 1 addition & 0 deletions docs/self-managed/setup/deploy/local/c8run.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: c8run
title: "Local installation with Camunda 8 Run"
sidebar_label: "Camunda 8 Run"
keywords: ["C8Run"]
description: "Use the Camunda 8 Run single application script to set up a local development environment."
---

Expand Down

0 comments on commit d8b16c9

Please sign in to comment.