Update README.md

This commit is contained in:
Blackwhitebear8 2024-12-09 16:57:20 +01:00
parent 6599e4188d
commit 076e28f1f5

View file

@ -1,12 +1,11 @@
How to use:\ How to use:\
1. ```cd /opt && git clone https://git.pixelhosting.nl/Blackwhitebear8/createvm-web.git && cd createvm-web``` 1. ```cd /opt && git clone https://git.pixelhosting.nl/Blackwhitebear8/createvm-web.git && cd createvm-web```
2. ```apt install python3 python3-venv libguestfs-tools jq pip``` 2. ```apt install python3 python3-flask libguestfs-tools jq pip```
3. ```pip install flask --break-system-packages``` 3. ```chmod +x create.sh```
4. ```chmod +x create.sh``` 4. ```cp createvm.service /etc/systemd/system/createvm.service```
5. ```cp createvm.service /etc/systemd/system/createvm.service``` 5. ```systemctl daemon-reload```
6. ```systemctl daemon-reload``` 6. ```systemctl enable --now createvm.service && systemctl start createvm```
7. ```systemctl enable --now createvm.service && systemctl start createvm```
Debian 12 vm aanmaken duurt ~5 minuten en 15 seconden.\ Debian 12 vm aanmaken duurt ~5 minuten en 15 seconden.\
Almalinux 9 vm aanmaken duurt ~5 minuten en 30 seconden.\ Almalinux 9 vm aanmaken duurt ~5 minuten en 30 seconden.\