From 4bc37332b8eb27f81137dfc0efbfbe4bf8df0213 Mon Sep 17 00:00:00 2001 From: Johannes Rohr Date: Mon, 24 Feb 2020 17:18:15 +0100 Subject: [PATCH 1/3] Update access_webdav.rst --- user_manual/files/access_webdav.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user_manual/files/access_webdav.rst b/user_manual/files/access_webdav.rst index 8b507f287..28bc6e80a 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -69,6 +69,8 @@ Nextcloud share:: .. image:: ../images/webdav_gnome3_nautilus.png :alt: screenshot of configuring Nautilus file manager to use WebDAV +If you `configure your Nextcloud account in the GNOME Control Center <../pim/sync_gnome.html>`_ , your files will automatically be mounted by Nautilus as a WebDAV share. + Accessing files with KDE and Dolphin file manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ From b6dc9a3bd006f9ceca7ac9c80931545ee9dc3bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Str=C3=B6mkvist?= Date: Thu, 27 Feb 2020 21:52:13 +0100 Subject: [PATCH 2/3] Fix: 't he' => ' the' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anton Strömkvist --- developer_manual/app/publicpage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/publicpage.rst b/developer_manual/app/publicpage.rst index fe2214f2f..2f8a900c2 100644 --- a/developer_manual/app/publicpage.rst +++ b/developer_manual/app/publicpage.rst @@ -4,7 +4,7 @@ Public Pages A lot of apps in Nextcloud want to expose public pages in some form. This can be to share files, a calendar or anything else. To ensure all those pages -benefit fromt he security enhancements we add we created simple controlers +benefit from the security enhancements we add we created simple controlers for app developers to use. Concept From 0dfdd8bc85cd78217694d18235fc9355f3800ede Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Tue, 3 Mar 2020 15:56:30 +0100 Subject: [PATCH 3/3] added web installer Can't believe we didn't have any info about the web installer... This is basic, a copy-paste from the website, but something at least. --- .../installation/source_installation.rst | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 52769a5ac..03cb8eb9f 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -444,6 +444,29 @@ To install the Nextcloud Snap Package, run the following command in a terminal:: On a machine running a pristine Ubuntu 18.04 LTS server, you have three options: +Installation via web installer on a VPS or web space +---------------------------------------------------- + +When you don't have access to the command line, for example at a web hosting or VMPS, +an easy option is to use our web installer. This script can be found on our +`server installation page here. `_ + +The script checks the dependencies, downloads Nextcloud from the official server, +unpacks it with the right permissions and the right user account. Finally, you will be +redirected to the Nextcloud installer. Here a quick how-to: + +1. Get the file from the installation page +2. Upload setup-nextcloud.php to your web space +3. Point your web browser to setup-nextcloud.php on your webspace +4. Follow the instructions and configure Nextcloud +5. Login to your newly created Nextcloud instance! + +.. note:: that the installer uses the same Nextcloud version as available for the built + in updater in Nextcloud. After a major release it can take up to a month before + it becomes available through the web installer and the updater. This is done to + spread the deployment of new major releases out over time. + + Installation via install script -------------------------------