1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

Update install

This commit is contained in:
jarod5001 2022-05-04 22:56:53 +02:00 committed by GitHub
parent 9973d722e5
commit 50cd91d453
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ ynh_psql_execute_as_root --sql="CREATE EXTENSION IF NOT EXISTS pg_trgm;" --datab
#================================================= #=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE # DOWNLOAD, CHECK AND UNPACK SOURCE
#================================================= #=================================================
ynh_script_progression --message="Setting up source files..." ynh_script_progression --message="Setting up source files...in $final_path"
ynh_app_setting_set --app=$app --key=final_path --value=$final_path ynh_app_setting_set --app=$app --key=final_path --value=$final_path
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
@ -157,7 +157,7 @@ ynh_script_progression --message="Building Movim..."
pushd $final_path pushd $final_path
# ynh_install_composer --phpversion="$phpversion" --workdir="$final_path" # ynh_install_composer --phpversion="$phpversion" --workdir="$final_path"
curl -sS https://getcomposer.org/installer | php${phpversion} curl -sS https://getcomposer.org/installer | php${phpversion} | COMPOSER_HOME="$final_path/.composer"
# ynh_composer_exec --workdir="$final_path" --commands="movim:migrate" --phpversion="$phpversion" # ynh_composer_exec --workdir="$final_path" --commands="movim:migrate" --phpversion="$phpversion"
php${phpversion} composer.phar install php${phpversion} composer.phar install