2021-06-29 19:47:24 +02:00
|
|
|
|
# Fluxbb pour YunoHost
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
2021-06-29 19:47:24 +02:00
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/fluxbb.svg)](https://dash.yunohost.org/appci/app/fluxbb) ![](https://ci-apps.yunohost.org/ci/badges/fluxbb.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/fluxbb.maintain.svg)
|
|
|
|
|
[![Installer Fluxbb avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fluxbb)
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
2021-06-29 19:47:24 +02:00
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
2021-06-29 19:47:24 +02:00
|
|
|
|
> *Ce package vous permet d'installer Fluxbb 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.*
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
|
|
|
|
## Vue d'ensemble
|
|
|
|
|
|
2021-06-29 19:47:24 +02:00
|
|
|
|
Forum de discussions rapide et léger.
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
2021-06-29 19:47:24 +02:00
|
|
|
|
**Version incluse :** 1.5.11~ynh2
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
2021-06-29 19:47:24 +02:00
|
|
|
|
**Démo :** https://fluxbb.org/forums/index.php
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
2021-06-29 19:47:24 +02:00
|
|
|
|
## Captures d'écran
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
2021-06-29 19:47:24 +02:00
|
|
|
|
![](./doc/screenshots/fluxbb_screenshot.png)
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
2021-06-29 19:47:24 +02:00
|
|
|
|
## Documentations et ressources
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
2021-06-29 19:47:24 +02:00
|
|
|
|
* Site officiel de l'app : https://fluxbb.org/
|
|
|
|
|
* Documentation officielle utilisateur : https://yunohost.org/en/app_fluxbb
|
|
|
|
|
* Documentation officielle de l'admin : https://fluxbb.org/docs/
|
|
|
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_fluxbb
|
|
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/fluxbb_ynh/issues
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
2020-12-07 23:43:48 +01:00
|
|
|
|
## Informations pour les développeurs
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
2019-12-13 10:54:20 +01:00
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/fluxbb_ynh/tree/testing).
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
|
|
|
|
```
|
2019-12-13 10:54:20 +01:00
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/fluxbb_ynh/tree/testing --debug
|
2019-03-08 21:39:44 +01:00
|
|
|
|
ou
|
2019-12-13 10:54:20 +01:00
|
|
|
|
sudo yunohost app upgrade fluxbb -u https://github.com/YunoHost-Apps/fluxbb_ynh/tree/testing --debug
|
2019-03-08 21:39:44 +01:00
|
|
|
|
```
|
2021-06-29 19:47:24 +02:00
|
|
|
|
|
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|