2023-02-24 20:10:56 +01:00
<!--
2024-03-29 07:17:57 +01:00
Nota bene : ce README est automatiquement généré par < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
Il NE doit PAS être modifié à la main.
2023-02-24 20:10:56 +01:00
-->
2021-07-05 08:23:49 +02:00
# PHPBoost pour YunoHost
2023-02-24 20:10:56 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/phpboost.svg )](https://dash.yunohost.org/appci/app/phpboost) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/phpboost.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/phpboost.maintain.svg )
2021-07-05 08:23:49 +02:00
[![Installer PHPBoost avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=phpboost)
2024-03-29 07:17:57 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2021-07-05 08:23:49 +02:00
2024-03-29 07:17:57 +01:00
> *Ce package vous permet d’ installer PHPBoost rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2021-07-05 08:23:49 +02:00
2023-02-24 20:10:56 +01:00
## Vue d’ ensemble
2021-07-05 08:23:49 +02:00
2023-02-26 09:22:15 +01:00
PHPBoost allows everyone to create his own website without any particular knowledge required in webmastering.
2021-07-05 08:23:49 +02:00
2024-03-29 07:17:57 +01:00
**Version incluse :** 6.0.2~ynh1
2021-07-05 08:23:49 +02:00
2024-03-29 07:17:57 +01:00
**Démo :** < https: / / demo . phpboost . com / >
2021-07-05 08:23:49 +02:00
2023-02-24 20:10:56 +01:00
## Captures d’ écran
2021-07-05 09:01:45 +02:00
2023-02-26 09:28:25 +01:00
![Capture d’ écran de PHPBoost ](./doc/screenshots/screenshot.png )
2021-07-05 09:01:45 +02:00
2021-07-05 08:23:49 +02:00
## Documentations et ressources
2024-03-29 07:17:57 +01:00
- Site officiel de l’ app : < https: // www . phpboost . com />
- Documentation officielle de l’ admin : < https: // www . phpboost . com / wiki / wiki . php >
- Dépôt de code officiel de l’ app : < https: // github . com / PHPBoost / PHPBoost >
- YunoHost Store : < https: // apps . yunohost . org / app / phpboost >
- Signaler un bug : < https: // github . com / YunoHost-Apps / phpboost_ynh / issues >
2021-07-05 08:23:49 +02:00
## Informations pour les développeurs
2024-03-29 07:17:57 +01:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/phpboost_ynh/tree/testing ).
2021-07-05 08:23:49 +02:00
2024-03-29 07:17:57 +01:00
Pour essayer la branche `testing` , procédez comme suit :
2023-02-24 20:10:56 +01:00
2024-03-29 07:17:57 +01:00
```bash
2021-07-05 08:23:49 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/phpboost_ynh/tree/testing --debug
ou
sudo yunohost app upgrade phpboost -u https://github.com/YunoHost-Apps/phpboost_ynh/tree/testing --debug
```
2024-03-29 07:17:57 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >