1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00
rocketchat_ynh/README_fr.md

65 lines
2.7 KiB
Markdown
Raw Normal View History

2022-05-26 23:15:27 +02: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.
-->
2022-06-28 10:03:50 +02:00
# Rocket.Chat pour YunoHost
2021-06-30 17:02:02 +02:00
2022-05-26 23:15:27 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/rocketchat.svg)](https://dash.yunohost.org/appci/app/rocketchat) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/rocketchat.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/rocketchat.maintain.svg)
2022-06-28 10:03:50 +02:00
[![Installer Rocket.Chat avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rocketchat)
2021-06-30 17:02:02 +02:00
*[Read this readme in english.](./README.md)*
2022-06-28 10:03:50 +02:00
> *Ce package vous permet d'installer Rocket.Chat rapidement et simplement sur un serveur YunoHost.
2021-06-30 17:02:02 +02:00
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
## Vue d'ensemble
2021-11-18 13:45:24 +01:00
Rocket.Chat est une plate-forme de communication open source entièrement personnalisable développée en JavaScript pour les organisations avec des normes élevées de protection des données.
2021-06-30 17:02:02 +02:00
2022-06-10 10:05:12 +02:00
**Version incluse :** 4.8.1~ynh1
2021-06-30 17:02:02 +02:00
**Démo :** https://cloud.rocket.chat/trial
## Captures d'écran
2022-06-28 10:03:50 +02:00
![Capture d'écran de Rocket.Chat](./doc/screenshots/screenshot.jpg)
2021-06-30 17:02:02 +02:00
2022-01-08 09:57:46 +01:00
## Avertissements / informations importantes
2022-01-21 21:29:09 +01:00
### Configuration de l'e-mail
Pour activer l'e-mail pour la vérification des adresses, accédez au panneau d'administration de Rocketchat sous E-mail -> SMTP et définissez comme suit :
- Protocole: smtp
- Hôte: localhost
- Port: 25
- De l'e-mail: rocketchat@domain.tld
2022-01-08 09:57:46 +01:00
### Configurer et activer la fédération pour Rocketchat
https://support.indie.host/help/fr-fr/13/40
2022-01-21 21:29:09 +01:00
2021-06-30 17:02:02 +02:00
## Documentations et ressources
2022-05-26 23:15:27 +02:00
* Site officiel de l'app : <https://rocket.chat/>
* Documentation officielle utilisateur : <https://docs.rocket.chat/guides/user-guides>
* Documentation officielle de l'admin : <https://docs.rocket.chat/>
* Dépôt de code officiel de l'app : <https://github.com/RocketChat/Rocket.Chat>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_rocketchat>
* Signaler un bug : <https://github.com/YunoHost-Apps/rocketchat_ynh/issues>
2021-06-30 17:02:02 +02:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-05-26 23:15:27 +02:00
``` bash
2021-06-30 17:02:02 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing --debug
ou
sudo yunohost app upgrade rocketchat -u https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing --debug
```
2022-05-26 23:15:27 +02:00
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>