mirror of
https://github.com/YunoHost-Apps/drupal_ynh.git
synced 2024-09-03 18:35:53 +02:00
Merge branch 'testing' into 9
This commit is contained in:
commit
097cad554a
3 changed files with 41 additions and 49 deletions
44
README.md
44
README.md
|
@ -1,3 +1,8 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# Drupal for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/drupal)  
|
||||
|
@ -5,41 +10,32 @@
|
|||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allows you to install Drupal quickly and simply on a YunoHost server.
|
||||
> *This package allows you to install Drupal quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
||||
## Overview
|
||||
|
||||
Free and open-source content management framework.
|
||||
|
||||
**Shipped version:** 8.9.20
|
||||
**Shipped version:** 8.9.20~ynh1
|
||||
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Documentation
|
||||
## Disclaimers / important information
|
||||
|
||||
* Official documentation: https://www.drupal.org/docs/8
|
||||
* LDAP module can be installed
|
||||
|
||||
## YunoHost specific features
|
||||
## Documentation and resources
|
||||
|
||||
#### Multi-user support
|
||||
|
||||
LDAP module can be installed
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/drupal/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/drupal/)
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/drupal_ynh/issues
|
||||
* App website: https://www.drupal.org
|
||||
* Upstream app repository: https://github.com/drupal-composer/drupal-project
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
* Official app website: https://www.drupal.org
|
||||
* Official admin documentation: https://www.drupal.org/docs/8
|
||||
* Upstream app code repository: https://github.com/drupal-composer/drupal-project
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_drupal
|
||||
* Report a bug: https://github.com/YunoHost-Apps/drupal_ynh/issues
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -51,3 +47,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/drupal_ynh/tree/testi
|
|||
or
|
||||
sudo yunohost app upgrade drupal -u https://github.com/YunoHost-Apps/drupal_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
44
README_fr.md
44
README_fr.md
|
@ -3,43 +3,35 @@
|
|||
[](https://dash.yunohost.org/appci/app/drupal)  
|
||||
[](https://install-app.yunohost.org/?app=drupal)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Drupal rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
|
||||
> *Ce package vous permet d'installer Drupal 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
|
||||
|
||||
Framework de gestion de contenu libre et open-source.
|
||||
|
||||
**Version incluse:** 8.9.20
|
||||
**Version incluse :** 8.9.20~ynh1
|
||||
|
||||
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Documentation
|
||||
## Avertissements / informations importantes
|
||||
|
||||
* Documentation officielle: https://www.drupal.org/docs/8
|
||||
* Le module d'authentification LDAP peut être installé.
|
||||
|
||||
## Caractéristiques spécifiques YunoHost
|
||||
## Documentations et ressources
|
||||
|
||||
#### Support multi-utilisateur
|
||||
|
||||
Le module d'authentification LDAP peut être installé.
|
||||
|
||||
#### Architectures supportées
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/drupal/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/drupal/)
|
||||
|
||||
## Liens
|
||||
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/drupal_ynh/issues
|
||||
* Site de l'application : https://www.drupal.org
|
||||
* Dépôt de l'application principale : https://github.com/drupal-composer/drupal-project
|
||||
* Site web YunoHost : https://yunohost.org/
|
||||
|
||||
---
|
||||
* Site officiel de l'app : https://www.drupal.org
|
||||
* Documentation officielle de l'admin : https://www.drupal.org/docs/8
|
||||
* Dépôt de code officiel de l'app : https://github.com/drupal-composer/drupal-project
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_drupal
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/drupal_ynh/issues
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -51,3 +43,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/drupal_ynh/tree/testi
|
|||
ou
|
||||
sudo yunohost app upgrade drupal -u https://github.com/YunoHost-Apps/drupal_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
|
@ -1 +1 @@
|
|||
* Le module d'authentification LDAP peut être installé.
|
||||
* Le module d'authentification LDAP peut être installé.
|
||||
|
|
Loading…
Add table
Reference in a new issue