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 committed Dec 24, 2018
1 parent 8cbe4f5 commit bee5abf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions admin_manual/installation/source_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,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 @@ -183,9 +183,9 @@ 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
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** |
| | - **7.3** |
+------------------+-----------------------------------------------------------------------+
Expand Down

0 comments on commit bee5abf

Please sign in to comment.