From 78fb3069500ce9c01dff46d3456ddabeda167649 Mon Sep 17 00:00:00 2001 From: Hans Erasmus Date: Tue, 20 Nov 2018 15:05:25 +0200 Subject: [PATCH] Fixed NC hardcoded version in installation on CentOS (#935) * CentOS 7 walkthrough install created * Update source_installation.rst Added additional dependency to extract tar ball. * Added entries from the comment of @michag86 * Fix Nextcloud version number in CentOS install Removed the hardcoded 'Nextcloud 13' line in the CentOS install to make it more generic. --- admin_manual/installation/source_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 422ebd4de..1739913f4 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -409,7 +409,7 @@ Example config:: 'port' => 6379, ), -Remember, this tutorial is only for a basic setup of Nextcloud 13 on CentOS 7, with PHP 7.2. If you are going to use more features like LDAP or Single Sign On, you will need additional PHP modules as well as extra configurations. So please visit the rest of the Admin manual, :doc:`..admin_manual/index.rst`, for detailed descriptions on how to get this done. +Remember, this tutorial is only for a basic setup of Nextcloud on CentOS 7, with PHP 7.2. If you are going to use more features like LDAP or Single Sign On, you will need additional PHP modules as well as extra configurations. So please visit the rest of the Admin manual, :doc:`..admin_manual/index.rst`, for detailed descriptions on how to get this done. .. _apache_configuration_label: