mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Move recommendation to 18.04 #1030
This commit is contained in:
@@ -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/>`_.
|
||||
|
||||
.. note:: Admins of SELinux-enabled distributions such as CentOS, Fedora, and
|
||||
@@ -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::
|
||||
@@ -183,12 +183,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
|
||||
|
||||
@@ -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** |
|
||||
| | - **7.3** |
|
||||
+------------------+-----------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user