From 678cdaddd38bc93ad0f985f96c4374a6bc2108ae Mon Sep 17 00:00:00 2001 From: rodinux Date: Mon, 1 Jan 2024 21:45:36 +0100 Subject: [PATCH] Revert "add admin instructions" This reverts commit 45daca59671878f3a4f5a07b739c24ce30e91ac6. --- doc/ADMIN.md | 10 +--------- doc/ADMIN_fr.md | 10 +--------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 2ea8220..e2ea899 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,11 +1,3 @@ -If you wish, you can add custom configurations inside `__DATA_DIR__/data/config.local.user.php`. - -Use the `__DATA-DIR__/data` folder if you want to store documents elsewhere than in the database. Example in `__DATA_DIR__/data/config.local.user.php` file - -``` -const FILE_STORAGE_BACKEND = 'FileSystem'; - -const FILE_STORAGE_CONFIG = DATA_ROOT . /files'; -``` +If you wish, you can add custom configurations inside `__INSTALL_DIR__/config.local.php`. **Important**: for some reason, email does not work when installing on a subpath. You are encouraged to use a full, dedicated for this domain (with path set to /) diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 3ff8959..104f67e 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,12 +1,4 @@ -Vous pouvez si vous le souhaitez ajouter des configurations personnelles en éditant le fichier `__DATA_DIR__/data/config.local.user.php`. - -Privilégiez le dossier `__DATA-DIR__/data` si vous voulez conserver des documents ailleurs que dans la base de données. Example dans le fichier `__DATA_DIR__/data/config.local.user.php` - -``` -const FILE_STORAGE_BACKEND = 'FileSystem'; - -const FILE_STORAGE_CONFIG = DATA_ROOT . '/files'; -``` +Vous pouvez si vous le souhaitez ajouter des configurations personnelles en éditant le fichier `__INSTALL_DIR__/config.local.php`. **Important** : Pour une raison quelconque, le courriel ne fonctionne pas lors de l’installation sur une sous-instance. Nous vous encourageons à utiliser un nom de domaine complet dédié à ce domaine (avec le chemin défini sur /).