From beee2162faeadef856bfcadce8d9ef1a2959233a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 27 Oct 2016 10:21:22 +0200 Subject: [PATCH] Make sure mbstring, xml and zip are installed Signed-off-by: Joas Schilling --- admin_manual/installation/source_installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index b4308f5e1..d556127f8 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -133,6 +133,8 @@ Apache and MariaDB, by issuing the following commands in a terminal:: on running additional apps, keep in mind that they might require additional packages. See :ref:`prerequisites_label` for details. + .. note:: When running php7, you need to manually install ``php7.0-mbstring``, ``php7.0-xml`` and ``php7.0-zip``. + * At the installation of the MySQL/MariaDB server, you will be prompted to create a root password. Be sure to remember your password as you will need it during Nextcloud database setup.