1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00
This commit is contained in:
ericgaspar 2021-07-22 20:02:50 +02:00
parent eb263801eb
commit 842edf90ce
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,8 @@
# dependencies used by the app
pkg_dependencies="postgresql"
YNH_COMPOSER_VERSION="2.0.13"
# dependencies used by the app
YNH_PHP_VERSION="7.3"

View file

@ -111,6 +111,13 @@ ynh_script_progression --message="Configuring Galette..." --weight=1
ynh_add_config --template="../conf/config.inc.php.dist" --destination="$final_path/config/config.inc.php"
#=================================================
# Install PHP dependencies using composer
#=================================================
ynh_script_progression --message="Configuring Composer..." --weight=1
ynh_install_composer
#=================================================
# GENERIC FINALIZATION
#=================================================