Compare commits

..

No commits in common. "546e2ffe581f76d227a42c1aca825a69543c932b" and "7e624893373b4fe2db5f3c8632f1f3674221916a" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,7 @@
<category>tools</category>
<bugs>https://gitea.rs485.network/UPschooling/Nextcloud-App/issues</bugs>
<dependencies>
<nextcloud min-version="15" max-version="22"/>
<nextcloud min-version="15" max-version="15"/>
</dependencies>
<navigations>
<navigation>

View file

@ -11,6 +11,5 @@ docker exec nextcloud chmod -R ug+rw /var/www/html/custom_apps
docker exec --user 33 nextcloud bash -c 'cd /var/www/html/custom_apps/upschooling && make'
docker exec --user 33 nextcloud php occ maintenance:install --database "sqlite" --admin-user "admin" --admin-pass "admin"
docker exec --user 33 nextcloud php occ config:system:set --value=true --type=boolean debug
docker exec --user 33 nextcloud php occ app:enable --force upschooling