2022-09-27 03:45:25 +02:00
<!--
2024-03-29 07:00:59 +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.
2022-09-27 03:45:25 +02:00
-->
2019-04-26 21:59:55 +02:00
# Drupal 7 pour YunoHost
2023-02-24 00:17:56 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/drupal7.svg )](https://dash.yunohost.org/appci/app/drupal7) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/drupal7.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/drupal7.maintain.svg )
2022-09-27 03:45:25 +02:00
[![Installer Drupal 7 avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=drupal7)
2019-04-26 21:59:55 +02:00
2024-03-29 07:00:59 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2019-04-26 21:59:55 +02:00
2024-03-29 07:00:59 +01:00
> *Ce package vous permet d’ installer Drupal 7 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.*
2019-04-26 21:59:55 +02:00
2023-02-24 00:17:56 +01:00
## Vue d’ ensemble
2019-04-26 21:59:55 +02:00
2022-09-27 03:45:25 +02:00
Framework de gestion de contenu libre et open-source.
2019-04-26 21:59:55 +02:00
2024-05-23 10:11:57 +02:00
**Version incluse :** 7.98~ynh3
2019-04-26 21:59:55 +02:00
2023-02-24 00:17:56 +01:00
## Captures d’ écran
2019-04-26 21:59:55 +02:00
2023-02-24 00:17:56 +01:00
![Capture d’ écran de Drupal 7 ](./doc/screenshots/screenshot.png )
2019-04-26 21:59:55 +02:00
2022-09-27 03:45:25 +02:00
## Documentations et ressources
2019-04-26 21:59:55 +02:00
2024-03-29 07:00:59 +01:00
- Site officiel de l’ app : < https: // www . drupal . org >
- Documentation officielle utilisateur : < https: // www . drupal . org / docs / 7 >
- Dépôt de code officiel de l’ app : < https: // github . com / drupal / drupal >
- YunoHost Store : < https: // apps . yunohost . org / app / drupal7 >
- Signaler un bug : < https: // github . com / YunoHost-Apps / drupal7_ynh / issues >
2019-04-26 21:59:55 +02:00
2021-02-27 21:06:28 +01:00
## Informations pour les développeurs
2019-04-26 21:59:55 +02:00
2024-03-29 07:00:59 +01:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/drupal7_ynh/tree/testing ).
2019-04-26 21:59:55 +02:00
2024-03-29 07:00:59 +01:00
Pour essayer la branche `testing` , procédez comme suit :
2022-09-27 03:45:25 +02:00
2024-03-29 07:00:59 +01:00
```bash
2019-04-26 21:59:55 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/drupal7_ynh/tree/testing --debug
ou
sudo yunohost app upgrade drupal7 -u https://github.com/YunoHost-Apps/drupal7_ynh/tree/testing --debug
```
2022-09-27 03:45:25 +02:00
2024-03-29 07:00:59 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >