From 33d9d7c5c810e09f642f4715662482cde2d0aeda Mon Sep 17 00:00:00 2001 From: Rello Date: Mon, 26 Aug 2024 12:32:18 +0200 Subject: [PATCH 1/2] Add Enterprise-AIO hint to installation options Add Enterprise-AIO hint to installation options Signed-off-by: Rello --- admin_manual/installation/source_installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 74a07fc8d..f0a41962d 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -14,6 +14,8 @@ If you prefer an automated installation, you have the option to: .. note:: Please note that the community options are not officially supported by Nextcloud GmbH. +.. note:: For an enterprise-ready and scalable intallation based on helm charts (also available for Podman), please contact Nextcloud Sales. + In case you prefer installing from the source tarball, you can setup Nextcloud from scratch using a classic LAMP stack (Linux, Apache, MySQL/MariaDB, PHP). This document provides a complete walk-through for installing Nextcloud on From 4f2c0b23d8550303ccac2e2ac1b4ace8c8b8fb5c Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 29 Aug 2024 11:22:26 +0200 Subject: [PATCH 2/2] address review Signed-off-by: Simon L. Co-authored-by: Josh Signed-off-by: Simon L. --- admin_manual/installation/source_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index f0a41962d..2fdda4244 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -14,7 +14,7 @@ If you prefer an automated installation, you have the option to: .. note:: Please note that the community options are not officially supported by Nextcloud GmbH. -.. note:: For an enterprise-ready and scalable intallation based on helm charts (also available for Podman), please contact Nextcloud Sales. +.. tip:: For an enterprise-ready and scalable installation based on Helm Charts (also available for Podman), please `contact Nextcloud GmbH `_. In case you prefer installing from the source tarball, you can setup Nextcloud from scratch using a classic LAMP stack (Linux, Apache, MySQL/MariaDB, PHP).