cache problem

This commit is contained in:
Wolfgang Hottgenroth 2021-05-04 15:50:14 +02:00
parent f427ea3a14
commit d8d73aeeeb

View File

@ -7,9 +7,10 @@ if [ ! -f /var/www/reviewboard/conf/settings_local.py ]; then
sed -i -e 's/DEBUG = False/DEBUG = True/' /var/www/reviewboard/conf/settings_local.py
mkdir -p /var/cache/reviewboard
fi
mkdir -p /var/cache/reviewboard
chown -R www-data /var/www/reviewboard/data/ /var/www/reviewboard/logs/ /var/www/reviewboard/htdocs/media/uploaded/ /var/www/reviewboard/htdocs/media/ext /var/cache/reviewboard
cp /var/www/reviewboard/conf/apache-wsgi.conf /etc/apache2/sites-available/reviews.conf