1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal7_ynh.git synced 2024-09-03 18:26:19 +02:00

Update README.md

This commit is contained in:
yalh76 2022-01-06 23:08:57 +01:00
parent 9b0b7586ab
commit 41e491ff81

View file

@ -11,8 +11,15 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
Free and open-source content management framework.
**Shipped version:** 7.84
## Screenshots
![](https://www.drupal.org/files/issues/D7-screenshot.png)
## Documentation
* Official documentation: https://www.drupal.org/docs/7
## YunoHost specific features
@ -20,3 +27,26 @@ Free and open-source content management framework.
LDAP module can be installed
#### Supported architectures
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/drupal7.svg)](https://ci-apps.yunohost.org/ci/apps/drupal7/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/drupal7.svg)](https://ci-apps-arm.yunohost.org/ci/apps/drupal7/)
## Links
* Report a bug: https://github.com/YunoHost-Apps/drupal7_ynh/issues
* App website: https://www.drupal.org
* YunoHost website: https://yunohost.org/
---
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/drupal7_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/drupal7_ynh/tree/testing --debug
or
sudo yunohost app upgrade drupal7 -u https://github.com/YunoHost-Apps/drupal7_ynh/tree/testing --debug
```