mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Update scripts/install
Co-authored-by: yalh76 <yalh@yahoo.com>
This commit is contained in:
parent
279677d722
commit
3581089633
1 changed files with 2 additions and 2 deletions
|
@ -139,8 +139,8 @@ ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Building Kimai2..."
|
||||
|
||||
ynh_install_composer --phpversion="${YNH_PHP_VERSION}" --workdir="$final_path" --install_args="--optimize-autoloader"
|
||||
ynh_composer_exec --phpversion="${YNH_PHP_VERSION}" --workdir="$final_path" --commands="require laminas/laminas-ldap"
|
||||
ynh_install_composer --phpversion="${YNH_PHP_VERSION}" --workdir="$final_path" --install_args="--optimize-autoloader"
|
||||
ynh_composer_exec --phpversion="${YNH_PHP_VERSION}" --workdir="$final_path" --commands="require laminas/laminas-ldap"
|
||||
|
||||
pushd "$final_path"
|
||||
php${YNH_PHP_VERSION} bin/console kimai:install -n
|
||||
|
|
Loading…
Add table
Reference in a new issue