1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

Update README_fr.md

Instruction to migrate to paheko
This commit is contained in:
Robles Rodolphe 2023-07-26 01:29:34 +02:00 committed by GitHub
parent dbdc4c3ce7
commit 5bcefb6fc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,23 @@ Vous pouvez dès maintenant mettre à niveau Garradin avec Paheko !
Ne continuez pas avec ce dépôt, il ne sera plus maintenu. Rendez-vous sur le dépôt Paheko et lisez les instructions pour migrer votre application Garradin vers Paheko :
https://github.com/YunoHost-Apps/paheko_ynh/
### Migrer vers Paheko
Pour migrer Garradin vers Paheko, vous allez devoir mettre à jour l'application Garradin. Ensuite cette opération ne peut se faire seulement depuis une interface en ligne de commande, autrement dit en SSH. Une fois connecté/e, vous devez simplement lancer la commande suivante :
```bash
sudo yunohost app upgrade garradin -u https://github.com/YunoHost-Apps/paheko_ynh/tree/garradin-migration --debug
```
L'option debug vous permet de voir l'entièreté du journal d'installation. Si vous rencontrez des difficultés, merci de créer un ticket en collant le journal d'erreur.
**Important** : Après la migration, veuillez attendre quelques instants (maximum 3 minutes) avant de commencer à utiliser Paheko.
Une fois la migration terminée, vous pourrez mettre à jour avec la dernière version stable de Paheko
```
sudo yunohost app upgrade paheko
```
## Documentations et ressources
@ -74,4 +90,4 @@ ou
sudo yunohost app upgrade garradin -u https://github.com/YunoHost-Apps/garradin_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>