0
0
Fork 0
mirror of https://github.com/verdigado/groupfolder_tags.git synced 2024-10-22 15:39:48 +02:00

automatically install groupfolders on gitpod init

This commit is contained in:
Jonathan Treffler 2024-07-31 16:37:13 +00:00
parent 58796d4aaf
commit 85ba3f7ce7

View file

@ -26,6 +26,8 @@ wait_until_finished
run_as "php /var/www/html/occ config:system:set debug --value='true' --type=boolean"
run_as "php /var/www/html/occ app:install groupfolders"
run_as "php /var/www/html/occ app:enable groupfolder_tags"
run_as "php /var/www/html/occ migrations:migrate groupfolder_tags"