From c98ba3893a5227edd686cd280c70bdc420daf3d9 Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 8 Feb 2023 12:00:12 +0100 Subject: [PATCH 1/2] Add instructions for migration in DISCLAIMER --- doc/DISCLAIMER.md | 9 +++++++++ doc/DISCLAIMER_fr.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index e69de29..a6f8d63 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -0,0 +1,9 @@ +### Migrate from Garradin + +This package handle the migration from Garradin to Paheko. For that, you will have to upgrade your Garradin application with this repository. This can only be done from the command-line interface - e.g. through SSH. Once you're connected, you simply have to execute the following: + +```bash +sudo yunohost app upgrade garradin -u https://github.com/YunoHost-Apps/paheko_ynh --debug +``` + +The --debug option will let you see the full output. If you encounter any issue, please report it aand paste the logs. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index e69de29..84b51f8 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,9 @@ +### Migrer depuis Garradin + +Ce paquet supporte la migration de Garradin vers Paheko. Pour ce faire, vous allez devoir mettre à jour l'application Garradin à l'aide de ce dépôt. 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 --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. From a6364b37a4452bd395a03cb4e158f43ee399338c Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 8 Feb 2023 14:14:46 +0100 Subject: [PATCH 2/2] Ask for waiting after migration --- doc/DISCLAIMER.md | 2 ++ doc/DISCLAIMER_fr.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index a6f8d63..db374e4 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -7,3 +7,5 @@ sudo yunohost app upgrade garradin -u https://github.com/YunoHost-Apps/paheko_yn ``` The --debug option will let you see the full output. If you encounter any issue, please report it aand paste the logs. + +**Important**: After the migration, you'll have to wait a couple of minutes (at most 3 minutes) before you can start using Paheko. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 84b51f8..5bf41c2 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -7,3 +7,5 @@ sudo yunohost app upgrade garradin -u https://github.com/YunoHost-Apps/paheko_yn ``` 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.