1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-02-23 12:55:17 +00:00

Fix permissions after db migrate

This commit is contained in:
Joshua Santos 2015-06-27 06:38:10 -07:00
parent 68919288f8
commit 5b778bc42d

View file

@ -35,6 +35,7 @@ virtualenv venv
source venv/bin/activate
pip install -r conf/requirements.txt
python manage.py migrate
sudo chown -R www-data:www-data /srv/webvirtcloud
```
Restart services for running WebVirtCloud: