Can query hypervisor information
This commit is contained in:
23
README.md
23
README.md
@ -1,2 +1,25 @@
|
||||
# VirtWEB
|
||||
WIP project
|
||||
|
||||
## Development requirements
|
||||
1. The `libvirt-dev` package must be installed:
|
||||
|
||||
```bash
|
||||
sudo apt install libvirt-dev
|
||||
```
|
||||
|
||||
2. Libvirt must also be installed:
|
||||
```bash
|
||||
sudo apt install qemu-kvm libvirt-daemon-system
|
||||
```
|
||||
|
||||
3. Allow the current user to manage VMs:
|
||||
```
|
||||
sudo adduser $USER libvirt
|
||||
```
|
||||
|
||||
> Note: You will need to login again for this change to take effect.
|
||||
|
||||
|
||||
## Production requirements
|
||||
TODO
|
||||
|
Reference in New Issue
Block a user