1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

Update admin doc

This commit is contained in:
dragondaddy 2023-11-13 16:52:36 +01:00
parent 5d0b015461
commit afee1ab28a
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ name.fr = "Configuration de Streams"
ask.fr = "Basculer sur la branche git 'dev'" ask.fr = "Basculer sur la branche git 'dev'"
type = "boolean" type = "boolean"
default = "0" 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." help.fr = "À utiliser à vos risques et périls, si vous savez exactement ce que vous faîtes."
[main.php_fpm_config] [main.php_fpm_config]

View file

@ -4,7 +4,7 @@
### Git branches and code updates ### 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). - **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).

View file

@ -4,7 +4,7 @@
### Branches git et mises à jour du code ### 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). - **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).