mirror of
https://github.com/YunoHost-Apps/easyappointments_ynh.git
synced 2024-09-03 18:26:24 +02:00
43 lines
No EOL
2 KiB
Markdown
43 lines
No EOL
2 KiB
Markdown
# Easy!Appointments pour YunoHost
|
||
|
||
[](https://dash.yunohost.org/appci/app/easyappointments)  
|
||
[](https://install-app.yunohost.org/?app=easyappointments)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
*[Lire ce readme en français.](./README_fr.md)*
|
||
|
||
> *Ce package vous permet d'installer Easy!Appointments 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.*
|
||
|
||
## Vue d'ensemble
|
||
|
||
Planificateur de rendez-vous Open Source
|
||
|
||
**Version incluse :** 1.4.2~ynh1
|
||
|
||
**Démo :** https://demo.easyappointments.org/
|
||
|
||
## Captures d'écran
|
||
|
||

|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : https://easyappointments.org/
|
||
* Documentation officielle de l'admin : https://easyappointments.org/docs.html#1.4.1/readme.md
|
||
* Dépôt de code officiel de l'app : https://github.com/alextselegidis/easyappointments
|
||
* Documentation YunoHost pour cette app : https://yunohost.org/app_easyappointments
|
||
* Signaler un bug : https://github.com/YunoHost-Apps/easyappointments_ynh/issues
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/easyappointments_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
```
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/easyappointments_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade easyappointments -u https://github.com/YunoHost-Apps/easyappointments_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps |