Adding Virtio and README info
parent
cf6fe76352
commit
a3b7ef628e
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
##News
|
##News
|
||||||
- Now compatible with Windows Install, just take care to launch the driver before scanning disks.
|
- Now compatible with Windows Install, just take care to launch the driver before scanning disks.
|
||||||
- Screenshot and VM live edition (RAM and vCPU) added
|
- Screenshot and VM live edition (RAM and vCPU until Max declared) added
|
||||||
|
- Disk creation and resize
|
||||||
|
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
graph LR
|
graph LR
|
||||||
|
@ -20,7 +22,8 @@ Server[Server] <----> LXC((LXC))
|
||||||
```sh
|
```sh
|
||||||
apt-get update -y -qq
|
apt-get update -y -qq
|
||||||
apt-get install git lxc lxcfs lxc-templates qemu qemu-utils qemu-kvm virtinst bridge-utils virt-manager libvirt-daemon libvirt-daemon-system virt-viewer libvirt-clients libosinfo-bin websockify sqlite3 novnc
|
apt-get install git lxc lxcfs lxc-templates qemu qemu-utils qemu-kvm virtinst bridge-utils virt-manager libvirt-daemon libvirt-daemon-system virt-viewer libvirt-clients libosinfo-bin websockify sqlite3 novnc
|
||||||
apt-get install python3 python3-flask python3-flask-login python3-flask-sqlalchemy python3-requests python3-lxc python3-libvirt python3-psutil python3-werkzeug python3-websockify python3-novnc python3-flask-socketio
|
apt-get install python3 python3-flask python3-flask-login python3-flask-sqlalchemy python3-requests python3-lxc python3-libvirt python3-psutil python3-werkzeug python3-websockify python3-novnc python3-flask-socketio python3-types-pyopenssl
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Clone the repository :
|
Clone the repository :
|
||||||
|
@ -28,6 +31,7 @@ Clone the repository :
|
||||||
```sh
|
```sh
|
||||||
git clone https://git.nerkdesign.com/pporcheret/Hype-2.git
|
git clone https://git.nerkdesign.com/pporcheret/Hype-2.git
|
||||||
cd Hype-2
|
cd Hype-2
|
||||||
|
mkdir storage/disks
|
||||||
```
|
```
|
||||||
|
|
||||||
2 - Configure Libvirt to start on boot
|
2 - Configure Libvirt to start on boot
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue