mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Update install
This commit is contained in:
parent
932b1fa8cc
commit
28a549a0b8
1 changed files with 4 additions and 4 deletions
|
@ -54,10 +54,10 @@ ynh_composer_exec install --no-dev
|
||||||
ynh_script_progression "configuring $app..."
|
ynh_script_progression "configuring $app..."
|
||||||
|
|
||||||
pushd "$install_dir"
|
pushd "$install_dir"
|
||||||
"php$php_version" artisan key:generate -n --force --env
|
ynh_exec_as_app "php$php_version" artisan key:generate -n --force --env
|
||||||
"php$php_version" artisan migrate -n --force
|
ynh_exec_as_app "php$php_version" artisan migrate -n --force
|
||||||
"php$php_version" artisan config:clear -n
|
ynh_exec_as_app "php$php_version" artisan config:clear -n
|
||||||
"php$php_version" artisan config:cache -n
|
ynh_exec_as_app "php$php_version" artisan config:cache -n
|
||||||
popd
|
popd
|
||||||
|
|
||||||
chown -R "$app:www-data" "$install_dir"
|
chown -R "$app:www-data" "$install_dir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue