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

56 lines
2.2 KiB
Markdown
Raw Normal View History

2022-06-20 01:54:40 +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.
-->
2020-09-22 17:13:40 +02:00
# Movim pour YunoHost
2022-06-20 01:54:40 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/movim.svg)](https://dash.yunohost.org/appci/app/movim) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/movim.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/movim.maintain.svg)
2021-01-15 13:32:05 +01:00
[![Installer Movim avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=movim)
2020-09-22 17:13:40 +02:00
2021-08-09 23:58:08 +02:00
*[Read this readme in english.](./README.md)*
2020-09-22 17:13:40 +02:00
2021-08-09 23:58:08 +02:00
> *Ce package vous permet d'installer Movim 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-09-22 17:13:40 +02:00
## Vue d'ensemble
2021-08-09 23:58:08 +02:00
Client XMPP multiplateforme basé sur le Web
2020-09-22 17:13:40 +02:00
2022-06-20 01:54:40 +02:00
**Version incluse :** 0.19~ynh4
2020-09-22 17:13:40 +02:00
2021-08-09 23:58:08 +02:00
**Démo :** https://nl.movim.eu/?login
2020-09-22 17:13:40 +02:00
2021-08-09 23:58:08 +02:00
## Captures d'écran
2020-09-22 17:13:40 +02:00
2022-06-20 01:54:40 +02:00
![Capture d'écran de Movim](./doc/screenshots/movim.png)
2020-09-22 17:13:40 +02:00
2021-08-09 23:58:08 +02:00
## Avertissements / informations importantes
2020-09-22 17:13:40 +02:00
## Configuration
2021-08-09 23:58:08 +02:00
* Après l'installation, l'application peut être configurée sur https://example.com/movim/?admin en utilisant le nom d'utilisateur et le mot de passe définis lors de l'installation.
2020-09-22 17:13:40 +02:00
2021-08-09 23:58:08 +02:00
## Documentations et ressources
2020-09-22 17:13:40 +02:00
2022-06-20 01:54:40 +02:00
* Site officiel de l'app : <https://movim.eu>
* Documentation officielle de l'admin : <https://github.com/movim/movim/wiki>
* Dépôt de code officiel de l'app : <https://github.com/movim/movim>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_movim>
* Signaler un bug : <https://github.com/YunoHost-Apps/movim_ynh/issues>
2020-09-22 17:13:40 +02:00
2021-08-09 23:58:08 +02:00
## Informations pour les développeurs
2020-09-22 17:13:40 +02:00
2021-08-09 23:58:08 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/movim_ynh/tree/testing).
2020-09-22 17:13:40 +02:00
2021-08-09 23:58:08 +02:00
Pour essayer la branche testing, procédez comme suit.
2022-06-20 01:54:40 +02:00
``` bash
2020-09-22 17:13:40 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/movim_ynh/tree/testing --debug
2021-08-09 23:58:08 +02:00
ou
2020-09-22 17:13:40 +02:00
sudo yunohost app upgrade movim -u https://github.com/YunoHost-Apps/movim_ynh/tree/testing --debug
```
2021-08-09 23:58:08 +02:00
2022-06-20 01:54:40 +02:00
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>