This commit is contained in:
2026-03-27 16:31:09 -04:00
parent 559ab4e2a8
commit eb28e41930
3 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ shell_exec("symfony console doctrine:database:create --if-not-exists");
print "Updating migrations and setting permissions for data folder".PHP_EOL;
shell_exec("symfony console doctrine:schema:create");
shell_exec("chown -R www-data:www-data /data");
shell_exec("chown -R www-data:www-data /data /var/www/html/var/cache");
// import reference material