From afee1ab28a3c8e88871a7852e62a67c009d5b4d1 Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Mon, 13 Nov 2023 16:52:36 +0100 Subject: [PATCH] Update admin doc --- config_panel.toml | 2 +- doc/ADMIN.md | 2 +- doc/ADMIN_fr.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 50623e8..1ac7639 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -13,7 +13,7 @@ name.fr = "Configuration de Streams" ask.fr = "Basculer sur la branche git 'dev'" type = "boolean" default = "0" - help.en = "Use at your own risk, if you know ewactly what you're doing." + help.en = "Use at your own risk, if you know exactly what you're doing." help.fr = "À utiliser à vos risques et périls, si vous savez exactement ce que vous faîtes." [main.php_fpm_config] diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 0df3573..5bd369d 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -4,7 +4,7 @@ ### Git branches and code updates -- **Git branches**: the default branch used is "release", which should be considered as the stable version of the software. You can, at your own risk, switch to the "dev" development branch by using the `git checkout dev` command in the installation directory. To return to the stable branch, simply use the `git checkout release` command. +- **Git branches**: the default branch used is "release", which should be considered as the stable version of the software. You can, at your own risk, switch to the "dev" development branch. You can do this in the YunoHost admin interface. You can also do it through a SSH connection by using the `git checkout dev` command in the installation directory (to return to the stable branch, simply use the `git checkout release` command). - **Automatic updates**: your website code will be updated automatically every day at 5:30. The update log `daily-updates.log` is available in the directory /home/yunohost.app/streams (or /home/yunohost.app/streams__X, in the case of multiple installations, 'X' being the number corresponding to the relevant installation). diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 7af6bd5..bcbb074 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -4,7 +4,7 @@ ### Branches git et mises à jour du code -- **Branches git** : la branche utilisée par défaut est "release", qui doit être considérée comme la version stable du logiciel. Vous pouvez, à vos risques et périls, basculer vers la branche de développement "dev", en utilisant la commande `git checkout dev` dans le répertoire d'installation. Pour revenir à la branche stable, il vous suffit d'utiliser la commande `git checkout release`. +- **Branches git** : la branche utilisée par défaut est "release", qui doit être considérée comme la version stable du logiciel. Vous pouvez, à vos risques et périls, basculer vers la branche de développement "dev". Vous pouvez le faire depuis l'interface d'administration de YunoHost. Vous pouvez aussi le faire via une connexion SSH en utilisant la commande `git checkout dev` dans le répertoire d'installation (pour revenir à la branche stable, il vous suffit d'utiliser la commande `git checkout release`). - **Mises à jour automatiques** : le code de votre site sera mis à jour automatiquement tous les jours à 5:30. Le journal des mises à jours `daily-updates.log` est disponible dans le répertoire /home/yunohost.app/streams (ou /home/yunohost.app/streams__X, en cas d'installations multiples, 'X' étant le nombre correspondant à l'installation concernée).