2021-05-29 12:24:16 +02:00
# Etherpad pour YunoHost
2020-10-20 13:46:23 +02:00
2020-10-20 13:50:41 +02:00
[![Niveau d'intégration ](https://dash.yunohost.org/integration/etherpad.svg )](https://dash.yunohost.org/appci/app/etherpad) ![](https://ci-apps.yunohost.org/ci/badges/etherpad.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/etherpad.maintain.svg)
2021-05-29 12:24:16 +02:00
[![Installer Etherpad avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=etherpad)
2020-10-20 13:46:23 +02:00
*[Read this readme in english.](./README.md)*
2021-05-29 12:24:16 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2020-10-20 13:46:23 +02:00
2021-05-31 06:59:49 +02:00
> *Ce package vous permet d'installer Etherpad rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l'installer et en profiter.*
2020-10-20 13:46:23 +02:00
2021-05-29 12:24:16 +02:00
## Vue d'ensemble
2020-11-03 19:24:07 +01:00
2021-09-30 10:58:34 +02:00
Etherpad est un éditeur collaboratif en temps réel évolutif pour des milliers d'utilisateurs simultanés en temps réel. Il fournit des capacités complètes d'exportation de données et s'exécute sur votre serveur, sous votre contrôle.
2020-10-20 13:46:23 +02:00
2021-12-03 18:36:09 +01:00
**Version incluse :** 1.8.16~ynh1
2020-10-20 13:46:23 +02:00
2021-05-31 06:59:49 +02:00
**Démo :** https://video.etherpad.com/
2020-10-20 13:46:23 +02:00
2021-07-18 18:08:45 +02:00
## Captures d'écran
![](./doc/screenshots/etherpad.gif)
2021-05-29 12:39:39 +02:00
## Avertissements / informations importantes
## Configuration
Vous pouvez accéder au panneau d'administration d'Etherpad à l'adresse `domain.tld/admin` . Le fichier de configuration d'Etherpad est `/var/www/etherpad/settings.json` .
*Skin Builder* (accessible à l'adresse `domain.tld/pad/p/test#skinvariantsbuilder` ) vous permet de personnaliser l'apparence de votre pad. Il vous donnera un paramètre à copier dans votre fichier de configuration `/var/www/etherpad/settings.json` .
2021-05-29 12:24:16 +02:00
## Documentations et ressources
2020-10-20 13:46:23 +02:00
2021-05-31 06:59:49 +02:00
* Site officiel de l'app : https://etherpad.org/
2021-12-03 18:36:09 +01:00
* Documentation officielle de l'admin : http://etherpad.org/doc/v1.8.16
2021-05-31 06:59:49 +02:00
* Dépôt de code officiel de l'app : https://github.com/ether/etherpad-lite
* Documentation YunoHost pour cette app : https://yunohost.org/app_etherpad
* Signaler un bug : https://github.com/YunoHost-Apps/etherpad_ynh/issues
2020-10-20 13:46:23 +02:00
2021-05-29 12:24:16 +02:00
## Informations pour les développeurs
2020-10-20 13:46:23 +02:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing ).
2021-05-29 12:24:16 +02:00
Pour essayer la branche testing, procédez comme suit.
2020-10-20 13:46:23 +02:00
```
sudo yunohost app install https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing --debug
2021-05-31 06:59:49 +02:00
ou
2020-10-20 13:46:23 +02:00
sudo yunohost app upgrade etherpad -u https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing --debug
```
2021-05-29 12:24:16 +02:00
2021-05-31 06:59:49 +02:00
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps