mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Instances overhaul
This commit is contained in:
parent
f23e6b000f
commit
47009d47ca
69 changed files with 5011 additions and 4127 deletions
17
README.md
17
README.md
|
|
@ -316,6 +316,23 @@ pip3 install -U -r conf/requirements.txt
|
|||
python3 manage.py migrate
|
||||
sudo service supervisor restart
|
||||
```
|
||||
|
||||
### Running tests
|
||||
Server on which tests will be performed must have libvirt up and running.
|
||||
It must not contain vms.
|
||||
It must have `default` storage which not contain any disk images.
|
||||
It must have `default` network which must be on.
|
||||
Setup venv
|
||||
```bash
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install -r conf/requirements.txt
|
||||
```
|
||||
Run tests
|
||||
```bash
|
||||
python menage.py test
|
||||
```
|
||||
|
||||
### Screenshots
|
||||
Instance Detail:
|
||||
<img src="doc/images/instance.PNG" width="95%" align="center"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue