diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 69962699aeb..0fcc5efb87b 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -9,7 +9,7 @@ install `Snap Packages `_. See In case you prefer installing from the source tarball, you can setup Nextcloud from scratch using a classic LAMP stack (Linux, Apache, MySQL/MariaDB, PHP). This document provides a complete walk-through for installing Nextcloud on -Ubuntu 16.04 LTS Server with Apache and MariaDB, using `the Nextcloud .tar +Ubuntu 18.04 LTS Server with Apache and MariaDB, using `the Nextcloud .tar archive `_. * :ref:`vm_label` @@ -183,10 +183,10 @@ If ``mod_webdav`` is enabled you must disable it for Nextcloud. (See .. _ubuntu_installation_label: -Example installation on Ubuntu 16.04 LTS server +Example installation on Ubuntu 18.04 LTS server ----------------------------------------------- -On a machine running a pristine Ubuntu 16.04 LTS server, you have two options: +On a machine running a pristine Ubuntu 18.04 LTS server, you have two options: You can either install the Nextcloud `Snap Package `_, just run the following command in a terminal:: @@ -197,12 +197,12 @@ Or you can use .deb packages to install the required and recommended modules for installation, using Apache and MariaDB, by issuing the following commands in a terminal:: - apt-get install apache2 mariadb-server libapache2-mod-php7.0 - apt-get install php7.0-gd php7.0-json php7.0-mysql php7.0-curl php7.0-mbstring - apt-get install php7.0-intl php7.0-mcrypt php-imagick php7.0-xml php7.0-zip + apt-get install apache2 mariadb-server libapache2-mod-php7.2 + 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.0`` provides the following PHP extensions: ``bcmath bz2 + ``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 diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index fca48e318e6..9b5438776dd 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -15,7 +15,7 @@ The Nextcloud server is not compatible with Windows and macOS. +------------------+-----------------------------------------------------------------------+ | Platform | Options | +==================+=======================================================================+ -| Operating System | - **Ubuntu 16.04/18.04 LTS** (recommended) | +| Operating System | - **Ubuntu 18.04 LTS** (recommended) | | | - **Red Hat Enterprise Linux 7** (recommended) | | | - Debian 8 (Jessie), 9 (Stretch) | | | - SUSE Linux Enterprise Server 11 with SP3 & 12 | @@ -30,8 +30,7 @@ The Nextcloud server is not compatible with Windows and macOS. | Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) | | | - nginx with ``php-fpm`` | +------------------+-----------------------------------------------------------------------+ -| PHP Runtime | - **7.0** | -| | - **7.1** | +| PHP Runtime | - **7.1** | | | - **7.2** | +------------------+-----------------------------------------------------------------------+