1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
This commit is contained in:
Éric Gaspar 2024-06-21 08:44:43 +02:00
parent 559dbff267
commit 88bdf38dba
2 changed files with 4 additions and 4 deletions

View file

@ -50,7 +50,7 @@ yunohost service add $app --description="BookStack Queue Worker" --log="/var/log
#================================================= #=================================================
# INSTALL BOOKSTACK WITH COMPOSER # INSTALL BOOKSTACK WITH COMPOSER
#================================================= #=================================================
ynh_script_progression "Installing BookStack with Composer..." ynh_script_progression "Installing $app with Composer..."
# Install composer # Install composer
ynh_composer_install ynh_composer_install
@ -71,7 +71,7 @@ chown $app:$app $install_dir/.env
#================================================= #=================================================
# FINAL BOOKSTACK INSTALL # FINAL BOOKSTACK INSTALL
#================================================= #=================================================
ynh_script_progression "Install BookStack" ynh_script_progression "Install $app"
pushd $install_dir pushd $install_dir
php$php_version artisan key:generate --no-interaction --force php$php_version artisan key:generate --no-interaction --force

View file

@ -53,7 +53,7 @@ yunohost service add $app --description="BookStack Queue Worker" --log="/var/log
#================================================= #=================================================
# INSTALL LYCHEE WITH COMPOSER # INSTALL LYCHEE WITH COMPOSER
#================================================= #=================================================
ynh_script_progression "Installing BookStack with Composer..." ynh_script_progression "Installing $app with Composer..."
# Install composer # Install composer
ynh_composer_install ynh_composer_install
@ -72,7 +72,7 @@ ynh_composer_exec install --no-dev
#================================================= #=================================================
# FINAL BOOKSTACK INSTALL # FINAL BOOKSTACK INSTALL
#================================================= #=================================================
ynh_script_progression "Install BookStack" ynh_script_progression "Install $app"
pushd $install_dir pushd $install_dir
php$php_version artisan migrate --force php$php_version artisan migrate --force