Skip to content
Snippets Groups Projects
Commit 96b6c089 authored by Sebastian Rieger's avatar Sebastian Rieger
Browse files

readme fixes

parent 5daf6027
No related branches found
No related tags found
No related merge requests found
......@@ -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**
```
<Directory /var/www/html/virl-scheduler/api>
AllowOverride All
</Directory>
```
* 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**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment