1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00
This commit is contained in:
ericgaspar 2021-01-24 15:24:25 +01:00
parent b91da254a4
commit 4d72497933
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 3 deletions

View file

@ -9,7 +9,7 @@ YNH_PHP_VERSION=7.4
extra_php_dependencies="php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-exif php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mysqli php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-zip"
# needed for raw upload and video playback
pkg_dependencies="ufraw-batch ffmpeg"
pkg_dependencies="ufraw-batch ffmpeg" #redis-server redis-tools
#=================================================
# EXPERIMENTAL HELPERS

View file

@ -127,11 +127,12 @@ ynh_add_fpm_config --package="$extra_php_dependencies"
ynh_script_progression --message="Installing Composer..." --weight=10
# Install Composer
ynh_install_composer
#ynh_install_composer
ynh_exec_warn_less ynh_composer_exec --commands=\"dump-autoload\"
#ynh_exec_warn_less ynh_composer_exec --commands=\"dump-autoload\"
pushd "$final_path"
php$phpversion artisan key:generate -n
php$phpversion artisan migrate -n --force
php$phpversion artisan config:clear -n
php$phpversion artisan config:cache -n