mirror of
https://github.com/YunoHost-Apps/backdrop_ynh.git
synced 2024-09-03 20:36:14 +02:00
57 lines
No EOL
2.4 KiB
Markdown
57 lines
No EOL
2.4 KiB
Markdown
# Backdrop pour YunoHost
|
||
|
||
[![Niveau d'intégration](https://dash.yunohost.org/integration/backdrop.svg)](https://dash.yunohost.org/appci/app/backdrop) ![](https://ci-apps.yunohost.org/ci/badges/backdrop.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/backdrop.maintain.svg)
|
||
[![Installer Backdrop avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=backdrop)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
*[Lire ce readme en français.](./README_fr.md)*
|
||
|
||
> *Ce package vous permet d'installer Backdrop 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
|
||
|
||
Backdrop is a full-featured content management system that allows non-technical users to manage a wide variety of content. It can be used to create all kinds of websites including blogs, image galleries, social networks, intranets, and more.
|
||
|
||
### Features:
|
||
|
||
- A CMS that can be used out-of-the-box.
|
||
- Code that can be learned quickly.
|
||
- Extensible APIs.
|
||
|
||
|
||
**Version incluse :** 1.19.3~ynh1
|
||
|
||
**Démo :** https://backdropcms.org/demo
|
||
|
||
## Captures d'écran
|
||
|
||
![](./doc/screenshots/Hello_world.png)
|
||
|
||
## Avertissements / informations importantes
|
||
|
||
## Configuration
|
||
|
||
Backdrop CMS inclus un utilitaire de mise à jour pour gérer toutes les modifications nécessaires à configuration et base de données. [Voir les instructions](https://backdropcms.org/upgrade)
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : https://backdropcms.org/
|
||
* Documentation officielle utilisateur : https://backdropcms.org/user-guide
|
||
* Documentation officielle de l'admin : https://yunohost.org/packaging_apps
|
||
* Dépôt de code officiel de l'app : https://github.com/backdrop/backdrop
|
||
* Documentation YunoHost pour cette app : https://yunohost.org/app_backdrop
|
||
* Signaler un bug : https://github.com/YunoHost-Apps/backdrop_ynh/issues
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/backdrop_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
```
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/backdrop_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade backdrop -u https://github.com/YunoHost-Apps/backdrop_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps |