2019-04-26 21:59:55 +02:00
|
|
|
# Drupal 7 for YunoHost
|
|
|
|
|
2020-06-05 21:31:29 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/drupal7.svg)](https://dash.yunohost.org/appci/app/drupal7) ![](https://ci-apps.yunohost.org/ci/badges/drupal7.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/drupal7.maintain.svg)
|
2021-02-27 21:06:28 +01:00
|
|
|
[![Install Drupal 7 with 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
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2020-06-05 21:31:29 +02:00
|
|
|
> *This package allows you to install Drupal 7 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.*
|
2019-04-26 21:59:55 +02:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
Free and open-source content management framework.
|
|
|
|
|
2021-02-27 21:09:33 +01:00
|
|
|
**Shipped version:** 7.78
|
2019-04-26 21:59:55 +02:00
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
![](https://www.drupal.org/files/issues/D7-screenshot.png)
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2019-04-29 22:46:47 +02:00
|
|
|
* Official documentation: https://www.drupal.org/docs/7
|
2019-04-26 21:59:55 +02:00
|
|
|
|
|
|
|
## YunoHost specific features
|
|
|
|
|
|
|
|
#### Multi-users support
|
|
|
|
|
2019-04-29 22:46:47 +02:00
|
|
|
LDAP module can be installed
|
2019-04-26 21:59:55 +02:00
|
|
|
|
|
|
|
#### Supported architectures
|
|
|
|
|
2020-06-05 21:31:29 +02:00
|
|
|
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/drupal7%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/drupal7/)
|
2019-05-17 03:59:47 +02:00
|
|
|
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/drupal7%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/drupal7/)
|
2019-04-26 21:59:55 +02:00
|
|
|
|
|
|
|
## Links
|
|
|
|
|
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/drupal7_ynh/issues
|
|
|
|
* App website: https://www.drupal.org
|
|
|
|
* YunoHost website: https://yunohost.org/
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2021-02-27 21:06:28 +01:00
|
|
|
## Developer info
|
2019-04-26 21:59:55 +02:00
|
|
|
|
2020-06-05 21:31:29 +02:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/drupal7_ynh/tree/testing).
|
2019-04-26 21:59:55 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
```
|