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

52 lines
2.7 KiB
Markdown
Raw Normal View History

2021-06-28 10:00:53 +02:00
# phpBB pour YunoHost
2021-06-28 12:07:06 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/phpbb.svg)](https://dash.yunohost.org/appci/app/phpbb) ![](https://ci-apps.yunohost.org/ci/badges/phpbb.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpbb.maintain.svg)
[![Installer phpBB avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpbb)
2021-06-28 10:00:53 +02:00
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer phpBB 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.*
## Vue d'ensemble
2021-09-03 13:10:35 +02:00
phpBB is a free flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website. With an extensive database of user-created extensions and styles database containing hundreds of style and image packages to customise your board, you can create a very unique forum in minutes.
2021-06-28 10:00:53 +02:00
2021-11-05 23:52:38 +01:00
**Version incluse :** 3.3.5~ynh1
2021-06-28 10:00:53 +02:00
2021-06-28 10:37:12 +02:00
**Démo :** https://www.phpbb.com/demo/
## Captures d'écran
![](./doc/screenshots/screenshot.png)
2021-06-28 10:00:53 +02:00
2021-06-28 11:36:00 +02:00
## Avertissements / informations importantes
## Configuration
1. L'application devra terminer le processus d'enregistrement une fois l'installation terminée en **visitant le domaine** sur lequel *phpBB* est installé.
1. Les informations d'identification de la base de données MySQL seront envoyées à la **messagerie admin**.
2021-06-28 15:51:02 +02:00
1. Veuillez supprimer, déplacer ou renommer le répertoire d'installation (`mv /var/www/phpbb/install /var/www/phpbb/install_old`) avant d'utiliser votre forum. Si ce répertoire est toujours présent, seul le panneau de configuration d'administration (ACP) sera accessible.
2021-06-28 10:00:53 +02:00
## Documentations et ressources
2021-06-28 10:15:15 +02:00
* Site officiel de l'app : http://www.phpbb.com/
2021-06-28 10:00:53 +02:00
* Documentation officielle utilisateur : https://yunohost.org/apps
2021-06-28 10:37:12 +02:00
* Documentation officielle de l'admin : https://www.phpbb.com/support/docs/
* Dépôt de code officiel de l'app : https://github.com/phpbb/phpbb
2021-06-28 12:07:06 +02:00
* Documentation YunoHost pour cette app : https://yunohost.org/app_phpbb
* Signaler un bug : https://github.com/YunoHost-Apps/phpbb_ynh/issues
2021-06-28 10:00:53 +02:00
## Informations pour les développeurs
2021-06-28 12:07:06 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/phpbb_ynh/tree/testing).
2021-06-28 10:00:53 +02:00
Pour essayer la branche testing, procédez comme suit.
```
2021-06-28 12:07:06 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/phpbb_ynh/tree/testing --debug
2021-06-28 10:00:53 +02:00
ou
2021-06-28 12:07:06 +02:00
sudo yunohost app upgrade phpbb -u https://github.com/YunoHost-Apps/phpbb_ynh/tree/testing --debug
2021-06-28 10:00:53 +02:00
```
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps