mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Update admin_manual/configuration_automation.rst
fixed internal links.
This commit is contained in:
@@ -2,8 +2,9 @@ Automatic Configuration
|
||||
=======================
|
||||
|
||||
If you need to install ownCloud on multiple servers you normally do not want
|
||||
to set-up each instance separately as described in the `Database Configuration`_
|
||||
chapter. For this reason the automatic configuration feature has been introduced.
|
||||
to set-up each instance separately as described in the `Database Configuration`
|
||||
chapter (:doc:`./configuration_database`). For this reason the automatic
|
||||
configuration feature has been introduced.
|
||||
|
||||
To take advance of this feature you need to create a configuration file, called
|
||||
``../owncloud/config/autoconfig.php`` and set the parameters as required. The
|
||||
@@ -39,7 +40,7 @@ configuration file compared to the normal ``config.php`` file.
|
||||
|
||||
Keep in mind that the automatic configuration does not unburden you from
|
||||
creating the database user and database in advance, as described in the
|
||||
`Database Configuration`_ chapter.
|
||||
`Database Configuration` chapter (:doc:`./configuration_database`).
|
||||
::
|
||||
<?php
|
||||
$AUTOCONFIG = array(
|
||||
@@ -59,7 +60,7 @@ configuration file compared to the normal ``config.php`` file.
|
||||
|
||||
Keep in mind that the automatic configuration does not unburden you from
|
||||
creating the database user and database in advance, as described in the
|
||||
`Database Configuration`_ chapter.
|
||||
`Database Configuration` chapter (:doc:`./configuration_database`).
|
||||
::
|
||||
<?php
|
||||
$AUTOCONFIG = array(
|
||||
|
||||
Reference in New Issue
Block a user