You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin_manual/installation/example_centos.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Apache
22
22
23
23
yum install -y httpd
24
24
25
-
See :ref:`apache-web-server-configuration` for details.
25
+
See :ref:`apache_configuration_label` for details.
26
26
27
27
Make sure the apache web service is enabled and started::
28
28
@@ -63,7 +63,7 @@ Command to install the yum-utils package (for the yum-config-manager command):
63
63
64
64
dnf install yum-utils
65
65
66
-
You want a single version which means replacing base packages from the distribution. Packages have the same name than the base repository, ie php-*. Some common dependencies are available in remi-safe repository, which is enabled by default.
66
+
You want a single version which means replacing base packages from the distribution. Packages have the same name than the base repository, ie php-\*. Some common dependencies are available in remi-safe repository, which is enabled by default.
67
67
68
68
You have to enable the module stream for 7.4:
69
69
@@ -117,7 +117,7 @@ Improve MariaDB security.::
117
117
118
118
After you have done this, make sure you create a database with a username and password so that
119
119
Nextcloud will have access to it. For further details on database setup and configuration,
120
-
see the :doc:`../configuration_database/linux_database_configuration` documentation.
120
+
see the :doc:`../configuration_database/linux_database_configuration` documentation.
0 commit comments