From fe23d423d1844958a03b0e239746e6a75da0105f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Mon, 5 Dec 2016 16:26:52 +0100 Subject: [PATCH 1/2] Update Requirements --- admin_manual/installation/system_requirements.rst | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index 9de5880df..6ad9859c8 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -14,28 +14,26 @@ Recommended Setup for Running Nextcloud For best performance, stability, support, and full functionality we recommend: -* Red Hat Enterprise Linux 7 +* Red Hat Enterprise Linux 7 / Ubuntu 16.04 LTS * MySQL/MariaDB -* PHP 5.4 + +* PHP 7.0 + * Apache 2.4 with mod_php Supported Platforms ------------------- * Server: Linux (Debian 7, SUSE Linux Enterprise Server 11 SP3 & 12, - Red Hat Enterprise Linux/Centos 6.5 and 7 (7 is 64-bit only), Ubuntu 12.04 - LTS, 14.04 LTS, 14.10) -* Web server: Apache 2 with mod_php + Red Hat Enterprise Linux/CentOS 6.5 and 7 (7 is 64-bit only), Ubuntu 14.04 LTS, 16.04 LTS) +* Web server: Apache 2 with mod_php or nginx * Databases: MySQL/MariaDB 5.5+; PostgreSQL; Oracle 11g (currently only possible if you `contact us ` as part of a subscription) -* PHP 5.4 + required +* PHP 5.6 + required * Hypervisors: Hyper-V, VMware ESX, Xen, KVM * Desktop: Windows XP SP3 (EoL Q2 2015), Windows 7+, Mac OS X 10.7+ (64-bit only), Linux (CentOS 6.5, 7 (7 is 64-bit only), Ubuntu 12.04 LTS, 14.04 LTS, 14.10, Fedora 20, 21, openSUSE 12.3, 13, Debian 7 & 8). * Mobile apps: iOS 7+, Android 4+ -* Web browser: IE9+ (except Compatibility Mode), Firefox 14+, Chrome 18+, - Safari 5+ +* Web browser: IE11+, Microsoft Edge, Firefox 14+, Chrome 18+, Safari 5+ See :doc:`source_installation` for minimum software versions for installing Nextcloud. From 22c8dfe453eaa10c24deb4037bcbf5c57a5d2cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Mon, 5 Dec 2016 16:35:00 +0100 Subject: [PATCH 2/2] Fix Comments --- admin_manual/installation/system_requirements.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index 6ad9859c8..015c416c0 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -24,7 +24,7 @@ Supported Platforms * Server: Linux (Debian 7, SUSE Linux Enterprise Server 11 SP3 & 12, Red Hat Enterprise Linux/CentOS 6.5 and 7 (7 is 64-bit only), Ubuntu 14.04 LTS, 16.04 LTS) -* Web server: Apache 2 with mod_php or nginx +* Web server: Apache 2 (mod_php, php-fpm) or Nginx (php-fpm) * Databases: MySQL/MariaDB 5.5+; PostgreSQL; Oracle 11g (currently only possible if you `contact us ` as part of a subscription) * PHP 5.6 + required @@ -33,7 +33,7 @@ Supported Platforms only), Linux (CentOS 6.5, 7 (7 is 64-bit only), Ubuntu 12.04 LTS, 14.04 LTS, 14.10, Fedora 20, 21, openSUSE 12.3, 13, Debian 7 & 8). * Mobile apps: iOS 7+, Android 4+ -* Web browser: IE11+, Microsoft Edge, Firefox 14+, Chrome 18+, Safari 5+ +* Web browser: IE11+, Microsoft Edge, Firefox 14+, Chrome 18+, Safari 7+ See :doc:`source_installation` for minimum software versions for installing Nextcloud.