mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
Fix in install
This commit is contained in:
parent
5a5e8135d3
commit
79fb1d582d
1 changed files with 0 additions and 2 deletions
|
@ -141,8 +141,6 @@ cd $final_path && sudo_path npm run production
|
|||
# setup application config
|
||||
cd $final_path && sudo /usr/bin/php7.1 artisan -q migrate --force
|
||||
cd $final_path && sudo /usr/bin/php7.1 artisan -q storage:link
|
||||
cd $final_path && sudo /usr/bin/php7.1 artisan -q db:seed --class ActivityTypesTableSeeder --force
|
||||
cd $final_path && sudo /usr/bin/php7.1 artisan -q db:seed --class CountriesSeederTable --force
|
||||
cd $final_path && sudo /usr/bin/php7.1 artisan -q setup:production --force
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue