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

57 lines
2.9 KiB
Markdown
Raw Normal View History

2022-07-20 17:02: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.
-->
2021-06-28 10:00:53 +02:00
# phpBB pour YunoHost
2023-05-23 10:14:44 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/phpbb.svg)](https://dash.yunohost.org/appci/app/phpbb) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/phpbb.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/phpbb.maintain.svg)
2021-06-28 12:07:06 +02:00
[![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)*
2023-05-23 10:14:44 +02:00
> *Ce package vous permet dinstaller phpBB rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2021-06-28 10:00:53 +02:00
2023-05-23 10:14:44 +02:00
## Vue densemble
2021-06-28 10:00:53 +02:00
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
2022-12-10 18:49:22 +01:00
**Version incluse :** 3.3.8~ynh3
2021-06-28 10:00:53 +02:00
2021-06-28 10:37:12 +02:00
**Démo :** https://www.phpbb.com/demo/
2023-05-23 10:14:44 +02:00
## Captures décran
2021-06-28 10:37:12 +02:00
2023-05-23 10:14:44 +02:00
![Capture décran de phpBB](./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
2023-05-23 10:14:44 +02:00
* Site officiel de lapp : <http://www.phpbb.com/>
* Documentation officielle de ladmin : <https://www.phpbb.com/support/docs/>
* Dépôt de code officiel de lapp : <https://github.com/phpbb/phpbb>
2022-07-20 17:02:27 +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.
2022-07-20 17:02:27 +02:00
``` bash
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
```
2023-05-23 10:14:44 +02:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>