mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
cleaning
This commit is contained in:
parent
559dbff267
commit
88bdf38dba
2 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@ yunohost service add $app --description="BookStack Queue Worker" --log="/var/log
|
|||
#=================================================
|
||||
# INSTALL BOOKSTACK WITH COMPOSER
|
||||
#=================================================
|
||||
ynh_script_progression "Installing BookStack with Composer..."
|
||||
ynh_script_progression "Installing $app with Composer..."
|
||||
|
||||
# Install composer
|
||||
ynh_composer_install
|
||||
|
@ -71,7 +71,7 @@ chown $app:$app $install_dir/.env
|
|||
#=================================================
|
||||
# FINAL BOOKSTACK INSTALL
|
||||
#=================================================
|
||||
ynh_script_progression "Install BookStack"
|
||||
ynh_script_progression "Install $app"
|
||||
|
||||
pushd $install_dir
|
||||
php$php_version artisan key:generate --no-interaction --force
|
||||
|
|
|
@ -53,7 +53,7 @@ yunohost service add $app --description="BookStack Queue Worker" --log="/var/log
|
|||
#=================================================
|
||||
# INSTALL LYCHEE WITH COMPOSER
|
||||
#=================================================
|
||||
ynh_script_progression "Installing BookStack with Composer..."
|
||||
ynh_script_progression "Installing $app with Composer..."
|
||||
|
||||
# Install composer
|
||||
ynh_composer_install
|
||||
|
@ -72,7 +72,7 @@ ynh_composer_exec install --no-dev
|
|||
#=================================================
|
||||
# FINAL BOOKSTACK INSTALL
|
||||
#=================================================
|
||||
ynh_script_progression "Install BookStack"
|
||||
ynh_script_progression "Install $app"
|
||||
|
||||
pushd $install_dir
|
||||
php$php_version artisan migrate --force
|
||||
|
|
Loading…
Add table
Reference in a new issue