From 7a076caa0b43d5304b5370a2eb4d33774ebeb63e 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 ab562b0b0..ef5e0737d 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 ccbe30a69028e37895c2a44a9462bfc2de5ff741 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 ef5e0737d..765395d9a 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).