1
0
mirror of https://github.com/typemill/typemill.git synced 2025-10-22 18:16:49 +02:00

Add basic documentation to docker installation + initialize empty folders for themes and content

This commit is contained in:
matbgn
2022-05-19 00:55:08 +02:00
parent 43385652be
commit 16bbf2a5d9
3 changed files with 54 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/sh
find /var/www/html/content -type d -empty -exec cp -R /var/www/html/content.default/* /var/www/html/content \;
find /var/www/html/themes -type d -empty -exec cp -R /var/www/html/themes.default/* /var/www/html/themes \;
chown -R www-data:www-data /var/www/html/
apache2-foreground