Skip to content

Commit

Permalink
Move recommendation to 18.04 #1030
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsl authored and Backportbot committed Dec 26, 2018
1 parent 01e206d commit dbde2e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
14 changes: 7 additions & 7 deletions admin_manual/installation/source_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install `Snap Packages <http://snapcraft.io/docs/core/install/>`_. 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 <https://nextcloud.com/install/>`_.

* :ref:`vm_label`
Expand Down Expand Up @@ -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 <http://snapcraft.io/>`_, just run the
following command in a terminal::
Expand All @@ -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
Expand Down
5 changes: 2 additions & 3 deletions admin_manual/installation/system_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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** |
+------------------+-----------------------------------------------------------------------+

Expand Down

0 comments on commit dbde2e7

Please sign in to comment.