mirror of
https://github.com/YunoHost-Apps/zusam_ynh.git
synced 2024-09-03 18:05:54 +02:00
ynh_install_composer doesn't work, we try someting more rustic
This commit is contained in:
parent
7c01be708c
commit
c8b5d9a814
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,9 @@ cp -R $install_dir/app/dist/* $install_dir/public/
|
|||
|
||||
ynh_script_progression --message="Pulling in external libraries with Composer..."
|
||||
|
||||
ynh_install_composer --workdir=$install_dir/api
|
||||
pushd $install_dir/api
|
||||
/usr/bin/php$phpversion bin/composer install
|
||||
popd
|
||||
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
|
|
Loading…
Reference in a new issue