From d97f3eacb69ea9e8d23f20e3eb7f001ec00c6f67 Mon Sep 17 00:00:00 2001 From: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> Date: Fri, 7 Mar 2025 13:52:20 +0100 Subject: [PATCH] docs(self-managed): rename camunda distros repo (#5119) --- docs/self-managed/setup/deploy/local/docker-compose.md | 2 +- docs/self-managed/setup/overview.md | 2 +- src/components/CamundaDistributions/DockerCompose.jsx | 2 +- .../version-8.3/self-managed/platform-deployment/overview.md | 2 +- .../version-8.4/self-managed/platform-deployment/docker.md | 2 +- .../version-8.4/self-managed/platform-deployment/overview.md | 2 +- .../self-managed/setup/deploy/local/docker-compose.md | 2 +- versioned_docs/version-8.5/self-managed/setup/overview.md | 2 +- .../self-managed/setup/deploy/local/docker-compose.md | 2 +- versioned_docs/version-8.6/self-managed/setup/overview.md | 2 +- .../self-managed/setup/deploy/local/docker-compose.md | 2 +- versioned_docs/version-8.7/self-managed/setup/overview.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/self-managed/setup/deploy/local/docker-compose.md b/docs/self-managed/setup/deploy/local/docker-compose.md index 8d423687497..b082ce80679 100644 --- a/docs/self-managed/setup/deploy/local/docker-compose.md +++ b/docs/self-managed/setup/deploy/local/docker-compose.md @@ -35,7 +35,7 @@ docker compose up -d ### Configuration options -Running `docker compose up -d` starts all Camunda components, including Identity. The [Camunda Self-Managed repository](https://github.com/camunda/camunda-self-managed) also contains additional configuration files for lightweight development. +Running `docker compose up -d` starts all Camunda components, including Identity. The [Camunda Distributions repository](https://github.com/camunda/camunda-distributions) also contains additional configuration files for lightweight development. - **docker-compose.yaml:** Contains all Camunda 8 Components for a full stack deployment: Zeebe, Operate, Tasklist, Connectors, Optimize, Identity, Elasticsearch, Keycloak, Web Modeler, and PostgreSQL. - **docker-compose-core.yaml:** Contains Camunda 8 Orchestration cluster components: Zeebe, Tasklist, Operate, and Connectors. diff --git a/docs/self-managed/setup/overview.md b/docs/self-managed/setup/overview.md index efa38277ace..d6156ca9f50 100644 --- a/docs/self-managed/setup/overview.md +++ b/docs/self-managed/setup/overview.md @@ -24,6 +24,6 @@ For details on supported environments (e.g. Java or Elasticsearch versions), see - [**Docker**](./deploy/other/docker.md): Component [Docker images](https://hub.docker.com/u/camunda) are available for use in production on Linux systems. Windows or macOS are only supported for development environments. - [**Manual**](./deploy/local/manual.md): The Java applications can run on a local or virtual machine if it provides a supported Java Virtual Machine (JVM). This allows you to run Camunda on virtual machines or bare metal and offers a significant amount of flexibility. However, you will need to configure the details for the components to interact correctly yourself. We consider this a last resort. Note that Windows/Mac is **not** supported for production usage of Zeebe. -A **Docker Compose** configuration file is also provided for local development, and is **not** optimized for production usage. You can find setup instructions in the [Camunda Self-Managed repository](https://github.com/camunda/camunda-self-managed#docker-compose). +A **Docker Compose** configuration file is also provided for local development, and is **not** optimized for production usage. You can find setup instructions in the [Camunda Distributions repository](https://github.com/camunda/camunda-distributions#docker-compose). For more details on deployment, see [sizing your environment](../../components/best-practices/architecture/sizing-your-environment.md#camunda-8-self-managed). diff --git a/src/components/CamundaDistributions/DockerCompose.jsx b/src/components/CamundaDistributions/DockerCompose.jsx index 20cea1cc6f7..cd84416fcf9 100644 --- a/src/components/CamundaDistributions/DockerCompose.jsx +++ b/src/components/CamundaDistributions/DockerCompose.jsx @@ -2,7 +2,7 @@ import React from "react"; import { useActiveVersion } from "@docusaurus/plugin-content-docs/client"; const DockerComposeBaseURL = - "https://github.com/camunda/camunda-self-managed/releases/download"; + "https://github.com/camunda/camunda-distributions/releases/download"; const getVersion = () => { const docsVersion = useActiveVersion(); diff --git a/versioned_docs/version-8.3/self-managed/platform-deployment/overview.md b/versioned_docs/version-8.3/self-managed/platform-deployment/overview.md index d6c48c38b1c..73aec581e09 100644 --- a/versioned_docs/version-8.3/self-managed/platform-deployment/overview.md +++ b/versioned_docs/version-8.3/self-managed/platform-deployment/overview.md @@ -24,6 +24,6 @@ For details on supported environments (e.g. Java or Elasticsearch versions), see - [**Docker**](../platform-deployment/docker.md): Component [Docker images](https://hub.docker.com/u/camunda) are available for use in production on Linux systems. Windows or macOS are only supported for development environments. - [**Manual**](../platform-deployment/manual.md): The Java applications can run on a local or virtual machine if it provides a supported Java Virtual Machine (JVM). This allows you to run Camunda on virtual machines or bare metal and offers a significant amount of flexibility. However, you will need to configure the details for the components to interact correctly yourself. We consider this a last resort. Note that Windows/Mac is **not** supported for production usage of Zeebe. -A **Docker Compose** configuration file is also provided for local development, and is **not** optimized for production usage. You can find setup instructions in the [Camunda Self-Managed repository](https://github.com/camunda/camunda-self-managed#docker-compose). +A **Docker Compose** configuration file is also provided for local development, and is **not** optimized for production usage. You can find setup instructions in the [Camunda Distributions repository](https://github.com/camunda/camunda-distributions#docker-compose). For more details on deployment, see [sizing your environment](../../components/best-practices/architecture/sizing-your-environment.md#camunda-8-self-managed). diff --git a/versioned_docs/version-8.4/self-managed/platform-deployment/docker.md b/versioned_docs/version-8.4/self-managed/platform-deployment/docker.md index 6c80a42005e..e7c9c7fee44 100644 --- a/versioned_docs/version-8.4/self-managed/platform-deployment/docker.md +++ b/versioned_docs/version-8.4/self-managed/platform-deployment/docker.md @@ -82,7 +82,7 @@ You can also find more information on the supported [configuration variables](.. ## Docker Compose A Docker Compose configuration to run Zeebe, Operate, Tasklist, Optimize, Identity, and Connectors Bundle is available via `docker-compose.yaml`.. -Follow the instructions in the [README](https://github.com/camunda/camunda-self-managed#docker-compose). +Follow the instructions in the [README](https://github.com/camunda/camunda-distributions#docker-compose). :::danger While the Docker images themselves are supported for production usage, the Docker Compose files are designed to be used by developers to run an environment locally; they are not designed to be used in production. We recommend to use [Kubernetes](./helm-kubernetes/overview.md) in production. diff --git a/versioned_docs/version-8.4/self-managed/platform-deployment/overview.md b/versioned_docs/version-8.4/self-managed/platform-deployment/overview.md index d6c48c38b1c..73aec581e09 100644 --- a/versioned_docs/version-8.4/self-managed/platform-deployment/overview.md +++ b/versioned_docs/version-8.4/self-managed/platform-deployment/overview.md @@ -24,6 +24,6 @@ For details on supported environments (e.g. Java or Elasticsearch versions), see - [**Docker**](../platform-deployment/docker.md): Component [Docker images](https://hub.docker.com/u/camunda) are available for use in production on Linux systems. Windows or macOS are only supported for development environments. - [**Manual**](../platform-deployment/manual.md): The Java applications can run on a local or virtual machine if it provides a supported Java Virtual Machine (JVM). This allows you to run Camunda on virtual machines or bare metal and offers a significant amount of flexibility. However, you will need to configure the details for the components to interact correctly yourself. We consider this a last resort. Note that Windows/Mac is **not** supported for production usage of Zeebe. -A **Docker Compose** configuration file is also provided for local development, and is **not** optimized for production usage. You can find setup instructions in the [Camunda Self-Managed repository](https://github.com/camunda/camunda-self-managed#docker-compose). +A **Docker Compose** configuration file is also provided for local development, and is **not** optimized for production usage. You can find setup instructions in the [Camunda Distributions repository](https://github.com/camunda/camunda-distributions#docker-compose). For more details on deployment, see [sizing your environment](../../components/best-practices/architecture/sizing-your-environment.md#camunda-8-self-managed). diff --git a/versioned_docs/version-8.5/self-managed/setup/deploy/local/docker-compose.md b/versioned_docs/version-8.5/self-managed/setup/deploy/local/docker-compose.md index 1fa725df03f..32860ab7884 100644 --- a/versioned_docs/version-8.5/self-managed/setup/deploy/local/docker-compose.md +++ b/versioned_docs/version-8.5/self-managed/setup/deploy/local/docker-compose.md @@ -35,7 +35,7 @@ docker compose up -d ### Configuration options -Running `docker compose up -d` starts all Camunda components, including Identity. The [Camunda Self-Managed repository](https://github.com/camunda/camunda-self-managed) also contains additional configuration files for lightweight development. +Running `docker compose up -d` starts all Camunda components, including Identity. The [Camunda Distributions repository](https://github.com/camunda/camunda-distributions) also contains additional configuration files for lightweight development. - **docker-compose.yaml:** Contains the following Camunda 8 Components: Zeebe, Operate, Tasklist, Connectors, Optimize, Identity, Elasticsearch, Keycloak, and PostgreSQL. - **docker-compose-core.yaml:** Contains Camunda 8 Orchestration cluster components: Zeebe, Tasklist, Operate, and Connectors. diff --git a/versioned_docs/version-8.5/self-managed/setup/overview.md b/versioned_docs/version-8.5/self-managed/setup/overview.md index efa38277ace..d6156ca9f50 100644 --- a/versioned_docs/version-8.5/self-managed/setup/overview.md +++ b/versioned_docs/version-8.5/self-managed/setup/overview.md @@ -24,6 +24,6 @@ For details on supported environments (e.g. Java or Elasticsearch versions), see - [**Docker**](./deploy/other/docker.md): Component [Docker images](https://hub.docker.com/u/camunda) are available for use in production on Linux systems. Windows or macOS are only supported for development environments. - [**Manual**](./deploy/local/manual.md): The Java applications can run on a local or virtual machine if it provides a supported Java Virtual Machine (JVM). This allows you to run Camunda on virtual machines or bare metal and offers a significant amount of flexibility. However, you will need to configure the details for the components to interact correctly yourself. We consider this a last resort. Note that Windows/Mac is **not** supported for production usage of Zeebe. -A **Docker Compose** configuration file is also provided for local development, and is **not** optimized for production usage. You can find setup instructions in the [Camunda Self-Managed repository](https://github.com/camunda/camunda-self-managed#docker-compose). +A **Docker Compose** configuration file is also provided for local development, and is **not** optimized for production usage. You can find setup instructions in the [Camunda Distributions repository](https://github.com/camunda/camunda-distributions#docker-compose). For more details on deployment, see [sizing your environment](../../components/best-practices/architecture/sizing-your-environment.md#camunda-8-self-managed). diff --git a/versioned_docs/version-8.6/self-managed/setup/deploy/local/docker-compose.md b/versioned_docs/version-8.6/self-managed/setup/deploy/local/docker-compose.md index dbd4db2aab4..008760b9b6e 100644 --- a/versioned_docs/version-8.6/self-managed/setup/deploy/local/docker-compose.md +++ b/versioned_docs/version-8.6/self-managed/setup/deploy/local/docker-compose.md @@ -35,7 +35,7 @@ docker compose up -d ### Configuration options -Running `docker compose up -d` starts all Camunda components, including Identity. The [Camunda Self-Managed repository](https://github.com/camunda/camunda-self-managed) also contains additional configuration files for lightweight development. +Running `docker compose up -d` starts all Camunda components, including Identity. The [Camunda Distributions repository](https://github.com/camunda/camunda-distributions) also contains additional configuration files for lightweight development. - **docker-compose.yaml:** Contains all Camunda 8 Components for a full stack deployment: Zeebe, Operate, Tasklist, Connectors, Optimize, Identity, Elasticsearch, Keycloak, Web Modeler, and PostgreSQL. - **docker-compose-core.yaml:** Contains Camunda 8 Orchestration cluster components: Zeebe, Tasklist, Operate, and Connectors. diff --git a/versioned_docs/version-8.6/self-managed/setup/overview.md b/versioned_docs/version-8.6/self-managed/setup/overview.md index efa38277ace..d6156ca9f50 100644 --- a/versioned_docs/version-8.6/self-managed/setup/overview.md +++ b/versioned_docs/version-8.6/self-managed/setup/overview.md @@ -24,6 +24,6 @@ For details on supported environments (e.g. Java or Elasticsearch versions), see - [**Docker**](./deploy/other/docker.md): Component [Docker images](https://hub.docker.com/u/camunda) are available for use in production on Linux systems. Windows or macOS are only supported for development environments. - [**Manual**](./deploy/local/manual.md): The Java applications can run on a local or virtual machine if it provides a supported Java Virtual Machine (JVM). This allows you to run Camunda on virtual machines or bare metal and offers a significant amount of flexibility. However, you will need to configure the details for the components to interact correctly yourself. We consider this a last resort. Note that Windows/Mac is **not** supported for production usage of Zeebe. -A **Docker Compose** configuration file is also provided for local development, and is **not** optimized for production usage. You can find setup instructions in the [Camunda Self-Managed repository](https://github.com/camunda/camunda-self-managed#docker-compose). +A **Docker Compose** configuration file is also provided for local development, and is **not** optimized for production usage. You can find setup instructions in the [Camunda Distributions repository](https://github.com/camunda/camunda-distributions#docker-compose). For more details on deployment, see [sizing your environment](../../components/best-practices/architecture/sizing-your-environment.md#camunda-8-self-managed). diff --git a/versioned_docs/version-8.7/self-managed/setup/deploy/local/docker-compose.md b/versioned_docs/version-8.7/self-managed/setup/deploy/local/docker-compose.md index 4cd1b0378c8..3ddfc107c3d 100644 --- a/versioned_docs/version-8.7/self-managed/setup/deploy/local/docker-compose.md +++ b/versioned_docs/version-8.7/self-managed/setup/deploy/local/docker-compose.md @@ -35,7 +35,7 @@ docker compose up -d ### Configuration options -Running `docker compose up -d` starts all Camunda components, including Identity. The [Camunda Self-Managed repository](https://github.com/camunda/camunda-self-managed) also contains additional configuration files for lightweight development. +Running `docker compose up -d` starts all Camunda components, including Identity. The [Camunda Distributions repository](https://github.com/camunda/camunda-distributions) also contains additional configuration files for lightweight development. - **docker-compose.yaml:** Contains all Camunda 8 Components for a full stack deployment: Zeebe, Operate, Tasklist, Connectors, Optimize, Identity, Elasticsearch, Keycloak, Web Modeler, and PostgreSQL. - **docker-compose-core.yaml:** Contains Camunda 8 Orchestration cluster components: Zeebe, Tasklist, Operate, and Connectors. diff --git a/versioned_docs/version-8.7/self-managed/setup/overview.md b/versioned_docs/version-8.7/self-managed/setup/overview.md index efa38277ace..d6156ca9f50 100644 --- a/versioned_docs/version-8.7/self-managed/setup/overview.md +++ b/versioned_docs/version-8.7/self-managed/setup/overview.md @@ -24,6 +24,6 @@ For details on supported environments (e.g. Java or Elasticsearch versions), see - [**Docker**](./deploy/other/docker.md): Component [Docker images](https://hub.docker.com/u/camunda) are available for use in production on Linux systems. Windows or macOS are only supported for development environments. - [**Manual**](./deploy/local/manual.md): The Java applications can run on a local or virtual machine if it provides a supported Java Virtual Machine (JVM). This allows you to run Camunda on virtual machines or bare metal and offers a significant amount of flexibility. However, you will need to configure the details for the components to interact correctly yourself. We consider this a last resort. Note that Windows/Mac is **not** supported for production usage of Zeebe. -A **Docker Compose** configuration file is also provided for local development, and is **not** optimized for production usage. You can find setup instructions in the [Camunda Self-Managed repository](https://github.com/camunda/camunda-self-managed#docker-compose). +A **Docker Compose** configuration file is also provided for local development, and is **not** optimized for production usage. You can find setup instructions in the [Camunda Distributions repository](https://github.com/camunda/camunda-distributions#docker-compose). For more details on deployment, see [sizing your environment](../../components/best-practices/architecture/sizing-your-environment.md#camunda-8-self-managed).