From d3a686cf4032d2c4bf975498d46136c53029f5a7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 1 Feb 2018 17:01:48 +0100 Subject: Adapt install and prepare instance for django-compressor --- install/ishtar-prepare-instance | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/ishtar-prepare-instance') diff --git a/install/ishtar-prepare-instance b/install/ishtar-prepare-instance index b05d7d16d..fced9602e 100755 --- a/install/ishtar-prepare-instance +++ b/install/ishtar-prepare-instance @@ -166,7 +166,9 @@ EOF mkdir -p -m 755 "$INSTANCE/media" mkdir -p -m 755 "$INSTANCE/media/imported" mkdir -p -m 755 "$INSTANCE/media/upload" + mkdir -p -m 755 "$INSTANCE/static/CACHE" chown -R www-data:www-data "$INSTANCE/media" + chown -R www-data:www-data "$INSTANCE/static/CACHE" # Preparing DB: DB_HOST=${ISHTAR_DB-127.0.0.1} -- cgit v1.2.3