From 9f6f4442f795e014facad3706fab5d93ba646c7b Mon Sep 17 00:00:00 2001 From: Kyle Fazzari Date: Wed, 8 Jul 2020 13:26:05 -0700 Subject: [PATCH] Actually link to snap That link includes details for how to install snapd if necessary. Also add a brief blurb about what the snap actually is. Signed-off-by: Kyle Fazzari --- admin_manual/installation/source_installation.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 987177bd1..5e3dc35e1 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -14,8 +14,7 @@ archive `_. This method is recommended to instal If you prefer a more automated installation of Nextcloud and there are no packages for your Linux distribution, you have the option to -install the community `Snap Packages `_. See -:ref:`snaps_label` You can also use the `Nextcloud VM scripts `_ to install directly on a clean Ubuntu Server. It will setup everything for you and include scripts for automated installation of apps like; Collabora, OnlyOffice, Talk and so on. Please note that those two options are not officially supported by Nextcloud GmbH. +install the community `Snap Package `_. This includes a full production-ready stack, will maintain your HTTPS certificates for you, and will automatically update as needed to stay secure. You can also use the `Nextcloud VM scripts `_ to install directly on a clean Ubuntu Server. It will setup everything for you and include scripts for automated installation of apps like; Collabora, OnlyOffice, Talk and so on. Please note that those two options are not officially supported by Nextcloud GmbH. This installation guide is giving a general overview of required dependencies and their configuration. For a distribution specific setup guide have a look at the :doc:`./example_ubuntu` and :doc:`./example_centos`.