mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 12:04:15 +00:00
Merge branch 'master' of https://github.com/catborise/webvirtcloud
This commit is contained in:
commit
5d1df70d41
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -1,4 +1,4 @@
|
||||||
## WebVirtCloud Beta
|
## WebVirtCloud
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
@ -266,6 +266,15 @@ pip install -U -r conf/requirements.txt
|
||||||
python manage.py migrate
|
python manage.py migrate
|
||||||
sudo service supervisor restart
|
sudo service supervisor restart
|
||||||
```
|
```
|
||||||
|
### Screenshots
|
||||||
|
Instance Detail:
|
||||||
|
<img src="doc/images/instance.PNG" width="95%" align="center"/>
|
||||||
|
Instance List:</br>
|
||||||
|
<img src="doc/images/grouped.PNG" width="47%"/>
|
||||||
|
<img src="doc/images/nongrouped.PNG" width="51%"/>
|
||||||
|
Other: </br>
|
||||||
|
<img src="doc/images/hosts.PNG" width="52%"/>
|
||||||
|
<img src="doc/images/log.PNG" width="47%"/>
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue