1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grr_ynh.git synced 2024-09-03 19:15:56 +02:00
grr_ynh/README_fr.md

49 lines
2.4 KiB
Markdown
Raw Normal View History

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 dinté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 dinstaller Grr rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2021-10-26 12:00:04 +02:00
2023-06-13 18:04:36 +02:00
## Vue densemble
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
**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 lapp : <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 ladmin : <https://site.devome.com/fr/grr/telechargement/category/2-informations-documentations>
* Dépôt de code officiel de lapp : <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 dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>