2023-01-10 17:45:51 +01:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-10-28 16:31:34 +02:00
# Grr pour YunoHost
2021-10-26 12:00:04 +02:00
2023-06-13 18:04:36 +02:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/grr.svg )](https://dash.yunohost.org/appci/app/grr) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/grr.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/grr.maintain.svg )
2021-10-28 16:31:34 +02:00
[![Installer Grr avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=grr)
2021-10-26 12:00:04 +02:00
*[Read this readme in english.](./README.md)*
2023-06-13 18:04:36 +02:00
> *Ce package vous permet d’ installer Grr 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.*
2021-10-26 12:00:04 +02:00
2023-06-13 18:04:36 +02:00
## Vue d’ ensemble
2021-10-26 12:00:04 +02:00
2021-10-28 16:31:34 +02:00
GRR est un système de gestion de réservation de ressources (salles, équipements, véhicule, personnels) mais il peut également être utilisé comme mini-agenda partagé. Développé en php et en responsive, ce qui lui permet d'être accessible, de n'importe où et sur tout type d'équipement (PC, Mac, tablette, téléphone, TV...).
2021-10-26 12:00:04 +02:00
2023-12-03 18:14:08 +01:00
**Version incluse :** 4.2.2~ynh1
2021-10-26 12:00:04 +02:00
2023-06-13 18:04:36 +02:00
## Captures d’ écran
2021-10-26 12:00:04 +02:00
2023-06-13 18:04:36 +02:00
![Capture d’ écran de Grr ](./doc/screenshots/home.png )
2021-10-26 12:00:04 +02:00
## Documentations et ressources
2023-06-13 18:04:36 +02:00
* Site officiel de l’ app : < https: // site . devome . com / fr / grr3 >
2023-01-10 17:45:51 +01:00
* Documentation officielle utilisateur : < https: // site . devome . com / fr / grr / telechargement / category / 2-informations-documentations >
2023-06-13 18:04:36 +02:00
* Documentation officielle de l’ admin : < https: // site . devome . com / fr / grr / telechargement / category / 2-informations-documentations >
* Dépôt de code officiel de l’ app : < https: // github . com / JeromeDevome / GRR >
2023-11-26 17:16:21 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / grr >
2023-01-10 17:45:51 +01:00
* Signaler un bug : < https: // github . com / YunoHost-Apps / grr_ynh / issues >
2021-10-26 12:00:04 +02:00
## Informations pour les développeurs
2021-10-28 16:31:34 +02:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/grr_ynh/tree/testing ).
2021-10-26 12:00:04 +02:00
Pour essayer la branche testing, procédez comme suit.
2023-01-10 17:45:51 +01:00
``` bash
2021-10-28 16:31:34 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/grr_ynh/tree/testing --debug
ou
sudo yunohost app upgrade grr -u https://github.com/YunoHost-Apps/grr_ynh/tree/testing --debug
2021-10-26 12:00:04 +02:00
```
2023-06-13 18:04:36 +02:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >