1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal_ynh.git synced 2024-09-03 18:35:53 +02:00

Merge pull request #80 from YunoHost-Apps/bookworm

Bookworm
This commit is contained in:
yalh76 2023-08-03 23:10:09 +02:00 committed by GitHub
commit 041b434405
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Free and open-source content management framework.
**Shipped version:** 9.5.10~ynh1
**Shipped version:** 9.5.10~ynh2
## Screenshots

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Framework de gestion de contenu libre et open-source.
**Version incluse :** 9.5.10~ynh1
**Version incluse :** 9.5.10~ynh2
## Captures décran

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/drupal-composer/drupal-project/archive/7ed1e4f3006375cc4918ad24ad8b1ec16d61434e.tar.gz
SOURCE_SUM=d76b7bb92df9a9eccd2b1ac87b529224baeff7defce62ec813a9890b1cbd3936
SOURCE_URL=https://github.com/drupal-composer/drupal-project/archive/137b38fa130fe801dafaac91114b3c30bd9c02c0.tar.gz
SOURCE_SUM=0b275c8aa8e9153095544c351c32c5fed6363a3c67655a62693d213e3efbd564
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Content management framework",
"fr": "Système de gestion de contenu"
},
"version": "9.5.10~ynh1",
"version": "9.5.10~ynh2",
"url": "https://www.drupal.org",
"upstream": {
"license": "GPL-2.0-or-later",

View file

@ -6,9 +6,9 @@
# PHP APP SPECIFIC
#=================================================
YNH_PHP_VERSION=8.0
YNH_PHP_VERSION="8.1"
php_dependencies="php$YNH_PHP_VERSION-fpm php$YNH_PHP_VERSION-cli php$YNH_PHP_VERSION-gd php$YNH_PHP_VERSION-mysql php$YNH_PHP_VERSION-xml php$YNH_PHP_VERSION-ldap php$YNH_PHP_VERSION-mbstring php$YNH_PHP_VERSION-json php$YNH_PHP_VERSION-simplexml php$YNH_PHP_VERSION-curl"
php_dependencies="php$YNH_PHP_VERSION-fpm php$YNH_PHP_VERSION-cli php$YNH_PHP_VERSION-common php$YNH_PHP_VERSION-gd php$YNH_PHP_VERSION-mysql php$YNH_PHP_VERSION-xml php$YNH_PHP_VERSION-ldap php$YNH_PHP_VERSION-mbstring php$YNH_PHP_VERSION-json php$YNH_PHP_VERSION-simplexml php$YNH_PHP_VERSION-curl php$YNH_PHP_VERSION-opcache php$YNH_PHP_VERSION-readline php$YNH_PHP_VERSION-sqlite3 php$YNH_PHP_VERSION-apcu"
# dependencies used by the app (must be on a single line)
pkg_dependencies="curl $php_dependencies"

View file

@ -163,7 +163,7 @@ pushd "$final_path"
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH drush site:install $install_profil --account-name=$admin --account-pass=$password --account-mail=$admin_mail --db-url=mysql://$db_user:$db_pwd@localhost/$db_name --site-name="$app" --locale=$language --yes
popd
update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION}
#update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION}
#=================================================
# SETUP THE CRON FILE

View file

@ -155,7 +155,7 @@ pushd "$final_path"
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH drush @$app.prod state:set system.maintenance_mode 0 --input-format=integer
popd
update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION}
#update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION}
#=================================================
# STORE THE CONFIG FILE CHECKSUM