autopushed

This commit is contained in:
2023-05-28 02:18:22 +02:00
parent 5a84935d88
commit eb63eed75d
+2
View File
@@ -8,4 +8,6 @@
- The password for root can be seen with `cat /run/secrets/db_root_password` - The password for root can be seen with `cat /run/secrets/db_root_password`
- copy images from the wiki-dev backup: - copy images from the wiki-dev backup:
- abra app cp wiki.social.coop images app:/var/www/html/images - abra app cp wiki.social.coop images app:/var/www/html/images
- abra app run wiki.social.coop app /bin/bash
- then chown -R www-data:www-data /var/www/html/images
- then restart the app server with `abra app restart wiki.social.coop` to make images work (for some reason this is needed) - then restart the app server with `abra app restart wiki.social.coop` to make images work (for some reason this is needed)