mirror of
https://github.com/YunoHost-Apps/drupal7_ynh.git
synced 2024-09-03 18:26:19 +02:00
commit
87812ed1af
4 changed files with 6 additions and 5 deletions
|
@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
||||||
## Overview
|
## Overview
|
||||||
Free and open-source content management framework.
|
Free and open-source content management framework.
|
||||||
|
|
||||||
**Shipped version:** 7.67
|
**Shipped version:** 7.69
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
Framework de gestion de contenu libre et open-source.
|
Framework de gestion de contenu libre et open-source.
|
||||||
|
|
||||||
**Version incluse:** 7.67
|
**Version incluse:** 7.69
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Old version of a content management framework written in PHP",
|
"en": "Old version of a content management framework written in PHP",
|
||||||
"fr": "Ancienne version d'un système de gestion de contenu écrit en PHP"
|
"fr": "Ancienne version d'un système de gestion de contenu écrit en PHP"
|
||||||
},
|
},
|
||||||
"version": "7.67~ynh1",
|
"version": "7.69~ynh1",
|
||||||
"url": "https://www.drupal.org",
|
"url": "https://www.drupal.org",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -37,8 +37,9 @@ ynh_install_php () {
|
||||||
# Set php7.0 back as the default version for php-cli.
|
# Set php7.0 back as the default version for php-cli.
|
||||||
update-alternatives --set php /usr/bin/php7.0
|
update-alternatives --set php /usr/bin/php7.0
|
||||||
|
|
||||||
# Remove this extra repository after packages are installed
|
# Pin this extra repository after packages are installed to prevent sury of doing shit
|
||||||
ynh_remove_extra_repo --name=extra_php_version
|
ynh_pin_repo --package="*" --pin="origin \"packages.sury.org\"" 200 --name=extra_php_version
|
||||||
|
ynh_pin_repo --package="php7.0*" --pin="origin \"packages.sury.org\"" 600 --name=extra_php_version --append
|
||||||
|
|
||||||
# Advertise service in admin panel
|
# Advertise service in admin panel
|
||||||
yunohost service add php${phpversion}-fpm --log "/var/log/php${phpversion}-fpm.log"
|
yunohost service add php${phpversion}-fpm --log "/var/log/php${phpversion}-fpm.log"
|
||||||
|
|
Loading…
Add table
Reference in a new issue