mirror of
https://github.com/YunoHost-Apps/firefly-iii_ynh.git
synced 2024-09-03 18:36:13 +02:00
Update install
This commit is contained in:
parent
428499b0b7
commit
0329c626b9
1 changed files with 8 additions and 8 deletions
|
@ -77,19 +77,19 @@ chown $app "$install_dir/.env"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Deploying..."
|
||||
|
||||
pushd "$install_dir"
|
||||
php$phpversion artisan migrate:refresh --seed
|
||||
php$phpversion artisan firefly-iii:upgrade-database
|
||||
php$phpversion artisan passport:install
|
||||
popd
|
||||
|
||||
#pushd "$install_dir"
|
||||
# php$phpversion artisan migrate:refresh --seed
|
||||
# php$phpversion artisan firefly-iii:upgrade-database
|
||||
# php$phpversion artisan firefly-iii:correct-database
|
||||
# php$phpversion artisan firefly-iii:report-integrity
|
||||
# php$phpversion artisan passport:install
|
||||
#popd
|
||||
|
||||
pushd "$install_dir"
|
||||
php$phpversion artisan firefly-iii:upgrade-database
|
||||
php$phpversion artisan firefly-iii:correct-database
|
||||
php$phpversion artisan firefly-iii:report-integrity
|
||||
php$phpversion artisan passport:install
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
# SETUP A CRON
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue