From f57d6da35bc3c965c8358ca5b9242e2f60e6c831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 2 Jan 2020 22:27:04 +0100 Subject: [PATCH] Remove outdated module list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix #1358 Signed-off-by: Julius Härtl --- admin_manual/installation/example_ubuntu.rst | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/admin_manual/installation/example_ubuntu.rst b/admin_manual/installation/example_ubuntu.rst index 458535e96..112b5cb0d 100644 --- a/admin_manual/installation/example_ubuntu.rst +++ b/admin_manual/installation/example_ubuntu.rst @@ -11,13 +11,7 @@ terminal:: apt-get install php7.2-gd php7.2-json php7.2-mysql php7.2-curl php7.2-mbstring apt-get install php7.2-intl php-imagick php7.2-xml php7.2-zip -* This installs the packages for the Nextcloud core system. - ``libapache2-mod-php7.2`` provides the following PHP extensions:: - - bcmath bz2 calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext - hash iconv libxml mhash openssl pcre Phar posix Reflection session shmop SimpleXML - soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xmlreader xmlwriter zlib - +* This installs the packages for the Nextcloud core system. If you are planning on running additional apps, keep in mind that they might require additional packages. See :ref:`prerequisites_label` for details. @@ -66,4 +60,4 @@ Now download the archive of the latest Nextcloud version: cp -r nextcloud /var/www On other HTTP servers it is recommended to install Nextcloud outside of the -document root. \ No newline at end of file +document root.