mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
composer install --no-dev
This commit is contained in:
parent
6812e59ead
commit
ffb2adf335
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ ynh_script_progression --message="Building Movim..."
|
||||||
# Install composer
|
# Install composer
|
||||||
ynh_install_composer
|
ynh_install_composer
|
||||||
|
|
||||||
COMPOSER_ALLOW_SUPERUSER=1 ynh_composer_exec --commands="install"
|
COMPOSER_ALLOW_SUPERUSER=1 ynh_composer_exec --commands="install --no-dev"
|
||||||
COMPOSER_ALLOW_SUPERUSER=1 ynh_composer_exec --commands="movim:migrate"
|
COMPOSER_ALLOW_SUPERUSER=1 ynh_composer_exec --commands="movim:migrate"
|
||||||
|
|
||||||
chown -R "$app:www-data" "$install_dir"
|
chown -R "$app:www-data" "$install_dir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue