mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
Merge pull request #7 from fflorent/update-readme
Add instructions for migration in DISCLAIMER
This commit is contained in:
commit
f96972d538
2 changed files with 22 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
### 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.
|
||||
|
||||
**Important**: After the migration, you'll have to wait a couple of minutes (at most 3 minutes) before you can start using Paheko.
|
|
@ -0,0 +1,11 @@
|
|||
### 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.
|
||||
|
||||
**Important** : Après la migration, veuillez attendre quelques instants (maximum 3 minutes) avant de commencer à utiliser Paheko.
|
Loading…
Add table
Reference in a new issue