From 5babb2d1528b85a9be6eceeecbd2d9b792ed5e6f Mon Sep 17 00:00:00 2001 From: hashashin1191 <75371007+hashashin1191@users.noreply.github.com> Date: Tue, 2 Mar 2021 21:01:11 +0800 Subject: [PATCH] Update source_installation.rst Signed-off-by: hashashin1191 #6224 --- admin_manual/installation/source_installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index fd8ec4f63..974aca4d0 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -100,6 +100,10 @@ For command line processing (*optional*): * PHP module pcntl (enables command interruption by pressing ``ctrl-c``) +For command line updater (*optional*): + +* PHP module phar (upgrades Nextcloud by running ``sudo -u www-data php /var/www/nextcloud/updater/updater.phar``) + You don’t need the WebDAV module for your Web server (i.e. Apache’s ``mod_webdav``), as Nextcloud has a built-in WebDAV server of its own, SabreDAV.