mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 23:55:24 +00:00
Merge pull request #28 from NerdsvilleCEO/patch-3
Fix permissions after db migrate
This commit is contained in:
commit
c13ccf783e
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ virtualenv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install -r conf/requirements.txt
|
pip install -r conf/requirements.txt
|
||||||
python manage.py migrate
|
python manage.py migrate
|
||||||
|
sudo chown -R www-data:www-data /srv/webvirtcloud
|
||||||
```
|
```
|
||||||
|
|
||||||
Restart services for running WebVirtCloud:
|
Restart services for running WebVirtCloud:
|
||||||
|
|
Loading…
Reference in a new issue