VirtWeb/README.md

26 lines
418 B
Markdown
Raw Normal View History

2023-09-01 08:59:53 +00:00
# VirtWEB
WIP project
2023-09-06 16:54:38 +00:00
## 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