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:
parent
68919288f8
commit
5b778bc42d
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue