README update
parent
eea249eabb
commit
20109ff6bb
14
README.md
14
README.md
|
@ -23,7 +23,7 @@ For your safety you can also find the packages on pip or pipx and the requiremen
|
||||||
```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 python3-types-pyopenssl
|
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-openssl
|
||||||
|
|
||||||
apt-get install openvswitch-switch openvswitch-common
|
apt-get install openvswitch-switch openvswitch-common
|
||||||
|
|
||||||
|
@ -70,7 +70,17 @@ address XXX.XXX.XXX.XXX
|
||||||
netmask YYY.YYY.YYY.YYY
|
netmask YYY.YYY.YYY.YYY
|
||||||
gateway ZZZ.ZZZ.ZZZ.ZZZ
|
gateway ZZZ.ZZZ.ZZZ.ZZZ
|
||||||
```
|
```
|
||||||
|
4 - Modify Qemu configuration
|
||||||
|
|
||||||
|
You will have to uncomment these lines :
|
||||||
|
|
||||||
|
```sh
|
||||||
|
vnc_listen = "0.0.0.0"
|
||||||
|
user=root
|
||||||
|
group=root
|
||||||
|
```
|
||||||
|
|
||||||
|
This will ajust rights for Qemu to run as root and enable VNC on all address for the console.
|
||||||
|
|
||||||
## Database for users
|
## Database for users
|
||||||
|
|
||||||
|
@ -199,6 +209,8 @@ and go to https://www.example.com (or https://<server_ip>:5007 without RP) with
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
NB: The first LXC creation will take time to download files. Be patient
|
||||||
|
|
||||||
## Systemd
|
## Systemd
|
||||||
|
|
||||||
You can manage hype using Systemd management by creating a file *hype.service* :
|
You can manage hype using Systemd management by creating a file *hype.service* :
|
||||||
|
|
Loading…
Reference in New Issue