database installation

This commit is contained in:
Alexandre
2021-12-27 15:36:19 +01:00
parent 63cbbc2856
commit 114d15a832
2 changed files with 5 additions and 1 deletions

View File

@@ -58,6 +58,10 @@ mariadb_addon)
esac
# Install database
php artisan migrate --seed
php artisan firefly-iii:upgrade-database
##############
# LAUNCH APP #
##############