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:
parent
eee061c424
commit
da6ef3096b
1 changed files with 6 additions and 3 deletions
|
@ -86,9 +86,12 @@ ynh_add_systemd_config
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Building Movim..."
|
ynh_script_progression --message="Building Movim..."
|
||||||
|
|
||||||
ynh_exec_warn_less ynh_exec_as $app ynh_install_composer --phpversion="$phpversion" --workdir="$install_dir" #--install_args="--no-plugins --no-scripts --no-interaction"
|
# Install composer
|
||||||
ynh_exec_warn_less ynh_composer_exec --phpversion="$phpversion" --workdir="$install_dir" --commands="movim:migrate"
|
ynh_install_composer
|
||||||
#ynh_exec_as $app php$phpversion $install_dir/daemon.php config --username=$admin --password=$password --quiet
|
|
||||||
|
pushd $install_dir
|
||||||
|
php$phpversion artisan movim:migrate --no-interaction --force
|
||||||
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue