From 2259f7ef89d10416af64a37d1c0f78e25bf1b5db Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 27 May 2021 09:33:06 +0200 Subject: [PATCH] Add installation documentation for cloudogu ecosystem (#1670) Add missing installation docs for installation of SCM-Manager on the [Cloudogu EcoSystem](https://cloudogu.com/en/ecosystem/quick-start-guide/#dogu-choose-your-dogus). --- docs/en/installation/ces.md | 21 +++++++++++++++++++++ docs/en/installation/index.md | 1 + 2 files changed, 22 insertions(+) create mode 100644 docs/en/installation/ces.md diff --git a/docs/en/installation/ces.md b/docs/en/installation/ces.md new file mode 100644 index 0000000000..d02c3a59da --- /dev/null +++ b/docs/en/installation/ces.md @@ -0,0 +1,21 @@ +--- +title: Cloudogu EcoSystem +subtitle: Install SCM-Manager on the Cloudogu EcoSystem +displayToc: true +--- + +If you don't have EcoSystem installed yet, +the [quickstart](https://cloudogu.com/en/ecosystem/quick-start-guide/) is the fastest way to get started. + +## Setup + +If you are about to install a fresh EcoSystem, you can simply select SCM-Manager in the [Dogu selection](https://cloudogu.com/en/ecosystem/quick-start-guide/#dogu-choose-your-dogus). +The setup will then install the latest available version of the Dogus. + +## Manual Installation + +If you already have a running installation without SCM-Manager, you can simply run the following command to install the latest version of the Dogu: + +```bash +cesapp install official/scm +``` diff --git a/docs/en/installation/index.md b/docs/en/installation/index.md index 6ef0c8cb4c..1a4679d5fb 100644 --- a/docs/en/installation/index.md +++ b/docs/en/installation/index.md @@ -4,6 +4,7 @@ subtitle: Installation of scm-manager partiallyActive: true --- +* [Cloudogu EcoSystem](ces/) * [Debian/Ubuntu](debian/) * [Red Hat/CentOS/Fedora](redhat/) * [Windows](windows/)