14 lines
No EOL
693 B
Markdown
14 lines
No EOL
693 B
Markdown
Installatie op de ProxMox hypervisor:
|
|
|
|
1. ```cd /opt && git clone https://git.pixelhosting.nl/Blackwhitebear8/createvm-web.git && cd createvm-web```
|
|
2. ```apt install python3 python3-flask libguestfs-tools jq```
|
|
3. ```chmod +x create.sh```
|
|
4. ```cp createvm.service /etc/systemd/system/createvm.service```
|
|
5. ```systemctl daemon-reload```
|
|
6. ```systemctl enable --now createvm.service && systemctl start createvm```
|
|
7. Open ```http://ProxMoxIP:5000``` en maak je VM aan!
|
|
|
|
Debian 12 vm aanmaken duurt ~5 minuten en 15 seconden.\
|
|
Almalinux 9 vm aanmaken duurt ~5 minuten en 30 seconden.\
|
|
|
|
 |