mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
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.
This commit is contained in:
committed by
Morris Jobke
parent
1bf807132a
commit
c39bf32b73
@@ -415,7 +415,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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user