mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
Auto-update README
This commit is contained in:
parent
1aee81d965
commit
11ee0ee7e3
2 changed files with 50 additions and 6 deletions
28
README.md
28
README.md
|
@ -32,7 +32,7 @@ We chose the name Paheko, a word from the Māori language meaning "to cooperate"
|
|||
![Logo Paheko](https://master.garradin.eu/garradin-devient-paheko/logo_v3_small-fs8.png)
|
||||
|
||||
|
||||
**Shipped version:** 1.2.4~ynh1
|
||||
**Shipped version:** 1.2.6~ynh1
|
||||
|
||||
**Demo:** https://paheko.cloud/essai/
|
||||
|
||||
|
@ -52,9 +52,31 @@ There is already a commercial software called "Garradin" in Australia, which doe
|
|||
You can now upgrade Garradin with Paheko !
|
||||
Don't stay with this repository, it will be no more supported.
|
||||
|
||||
Take a Look at the Paheko repository and read the instructions how to migrate your application Garradin to Paheko:
|
||||
Read the instructions how to migrate your application Garradin to Paheko:
|
||||
|
||||
https://github.com/YunoHost-Apps/paheko_ynh/tree/garradin-migration
|
||||
### Migrate from Garradin
|
||||
|
||||
Process 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/tree/garradin-migration --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.
|
||||
|
||||
Once the migration is done, you should then upgrade to new release of Paheko.
|
||||
|
||||
```bash
|
||||
sudo yunohost app upgrade paheko
|
||||
```
|
||||
|
||||
## :red_circle: Antifeatures
|
||||
|
||||
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
|
||||
|
||||
- **Replaced by another app**: Was replaced by another app. Please refer to the README.
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
|
|
28
README_fr.md
28
README_fr.md
|
@ -32,7 +32,7 @@ Nous avons choisi le nom Paheko, un mot de la langue Māori qui signifie « coop
|
|||
![Logo Paheko](https://master.garradin.eu/garradin-devient-paheko/logo_v3_small-fs8.png)
|
||||
|
||||
|
||||
**Version incluse :** 1.2.4~ynh1
|
||||
**Version incluse :** 1.2.6~ynh1
|
||||
|
||||
**Démo :** https://paheko.cloud/essai/
|
||||
|
||||
|
@ -50,9 +50,31 @@ Il existe déjà un logiciel commercial appelé « Garradin » en Australie, qui
|
|||
|
||||
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 :
|
||||
Ne continuez pas avec ce dépôt, il ne sera plus maintenu. Lisez ces instructions pour migrer votre application Garradin vers Paheko :
|
||||
|
||||
https://github.com/YunoHost-Apps/paheko_ynh/tree/garradin-migration
|
||||
### 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/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
|
||||
```
|
||||
|
||||
## :red_circle: Fonctions indésirables
|
||||
|
||||
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
|
||||
|
||||
- **Replaced by another app**: Was replaced by another app. Please refer to the README.
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
|
|
Loading…
Reference in a new issue