From 19d71166e3db667799878615c097c7be5aa5b8b6 Mon Sep 17 00:00:00 2001 From: Hans Erasmus Date: Wed, 6 Feb 2019 07:59:25 +0200 Subject: [PATCH 1/2] Fixed formatting that displayed off-screen The changes did not fit into the window when viewing the docs for Ubuntu install. Fixed it according to what I thought would be displayed better. --- admin_manual/installation/source_installation.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index cb377eef9..88ab4b2be 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -190,10 +190,11 @@ terminal:: * 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``. If you are planning - on running additional apps, keep in mind that they might require additional + iconv libxml + mhash openssl pcre Phar posix Reflection session shmop SimpleXML soap sockets + SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xmlreader xmlwriter zlib``. + + If you are planning on running additional apps, keep in mind that they might require additional packages. See :ref:`prerequisites_label` for details. * At the installation of the MySQL/MariaDB server, you will be prompted to From 11722996666c002f192b07c47c5e77132582d527 Mon Sep 17 00:00:00 2001 From: Hans Erasmus Date: Thu, 7 Feb 2019 09:07:35 +0200 Subject: [PATCH 2/2] As requested per comment Like this? --- admin_manual/installation/source_installation.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 88ab4b2be..207bab549 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -188,11 +188,11 @@ terminal:: 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``. + ``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 . If you are planning on running additional apps, keep in mind that they might require additional packages. See :ref:`prerequisites_label` for details.