createvm-web/README.md
2024-12-09 16:12:26 +01:00

448 B

How to use:

cd /opt && git clone https://git.pixelhosting.nl/Blackwhitebear8/createvm-web.git && cd createvm-web apt install python3 python3-venv libguestfs-tools jq pip source .venv/bin/activate pip install flask deactivate chmod +x create.sh cp createvm.service /etc/systemd/system/createvm.service systemctl daemon-reload systemctl enable --now createvm.service && systemctl start createvm