2021-08-28 14:23:54 +02:00
|
|
|
|
# MyBB pour YunoHost
|
2021-08-28 14:23:48 +02:00
|
|
|
|
|
2021-08-28 14:23:54 +02:00
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/mybb.svg)](https://dash.yunohost.org/appci/app/mybb) ![](https://ci-apps.yunohost.org/ci/badges/mybb.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/mybb.maintain.svg)
|
|
|
|
|
[![Installer MyBB avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mybb)
|
2021-08-28 14:23:48 +02:00
|
|
|
|
|
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
|
2021-08-28 14:23:54 +02:00
|
|
|
|
> *Ce package vous permet d'installer MyBB 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-08-28 14:23:48 +02:00
|
|
|
|
|
|
|
|
|
## Vue d'ensemble
|
|
|
|
|
|
2021-08-28 14:23:54 +02:00
|
|
|
|
MyBB is the free and open source forum software powering thousands of engaging, vibrant, and unique communities across the internet.
|
2021-08-28 14:23:48 +02:00
|
|
|
|
|
2021-08-28 14:32:29 +02:00
|
|
|
|
**Version incluse :** 1.8.27~ynh1
|
2021-08-28 14:23:48 +02:00
|
|
|
|
|
2021-08-28 14:29:05 +02:00
|
|
|
|
**Démo :** https://demomybb.tk/
|
2021-08-28 14:23:48 +02:00
|
|
|
|
|
|
|
|
|
## Captures d'écran
|
|
|
|
|
|
2021-08-28 14:26:53 +02:00
|
|
|
|
![](./doc/screenshots/screenshot.png)
|
2021-08-28 14:23:48 +02:00
|
|
|
|
|
|
|
|
|
## Avertissements / informations importantes
|
|
|
|
|
|
2021-09-03 13:39:58 +02:00
|
|
|
|
* How to post-install:
|
|
|
|
|
* The database credentials are send to the admin be email.
|
|
|
|
|
|
|
|
|
|
* How to upgrade:
|
2021-09-04 10:41:29 +02:00
|
|
|
|
* Remove the lock file `sudo rm /var/www/mybb/install/lock`
|
|
|
|
|
* and follow the post install `https://www.domain.ltd/mybb/install/upgrade.php`
|
2021-08-28 14:23:48 +02:00
|
|
|
|
|
|
|
|
|
## Documentations et ressources
|
|
|
|
|
|
2021-08-28 14:23:54 +02:00
|
|
|
|
* Site officiel de l'app : https://mybb.com/
|
|
|
|
|
* Documentation officielle de l'admin : https://docs.mybb.com/1.8/administration/
|
|
|
|
|
* Dépôt de code officiel de l'app : https://github.com/mybb/mybb
|
|
|
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_mybb
|
|
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/mybb_ynh/issues
|
2021-08-28 14:23:48 +02:00
|
|
|
|
|
|
|
|
|
## Informations pour les développeurs
|
|
|
|
|
|
2021-08-28 14:23:54 +02:00
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/mybb_ynh/tree/testing).
|
2021-08-28 14:23:48 +02:00
|
|
|
|
|
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
|
|
|
|
```
|
2021-08-28 14:23:54 +02:00
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/mybb_ynh/tree/testing --debug
|
|
|
|
|
ou
|
|
|
|
|
sudo yunohost app upgrade mybb -u https://github.com/YunoHost-Apps/mybb_ynh/tree/testing --debug
|
2021-08-28 14:23:48 +02:00
|
|
|
|
```
|
|
|
|
|
|
2021-08-28 14:23:54 +02:00
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|