1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00
This commit is contained in:
Retspen 2015-05-18 22:00:30 +03:00
parent 5b336b2126
commit 1d22771519
6 changed files with 70 additions and 39 deletions

View file

@ -37,3 +37,10 @@ wget -O - https://clck.ru/9Sz6S | sudo sh
login: admin
password: admin
### How To Update
```bash
$ python manage.py migrate
$ sudo service supervisor restart
```