From 96b6c089421b5d164e9e1b4989886295adfc208f Mon Sep 17 00:00:00 2001 From: Sebastian Rieger Date: Tue, 7 Mar 2017 21:35:15 +0100 Subject: [PATCH] readme fixes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64c5e88..0b7fa6e 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,11 @@ Setup instructions * add "ProxyPass /virl-scheduler !" to the ProxyPass directives in **/etc/apache2/sites-available/000-default.conf** * allow .htaccess in virl-scheduler api directory, e.g., by appending the following lines to **/etc/apache2/sites-available/000-default.conf** +``` AllowOverride All +``` * give the Apache2 process write permissions to the sqlite3 db by running "sudo chown www-data:www-data api/db.sqlite3" and "sudo chown www-data:www-data api" in the virl-scheduler directory * run **service apache2 restart**