Update README.md
This commit is contained in:
parent
9244f97fff
commit
73b64bab65
1 changed files with 6 additions and 3 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
How to use:
|
How to use:
|
||||||
|
|
||||||
|
```cd /opt && git clone https://git.pixelhosting.nl/Blackwhitebear8/createvm-web.git && cd createvm-web```
|
||||||
|
```apt install python3 libguestfs-tools jq```
|
||||||
```pip install flask```
|
```pip install flask```
|
||||||
```chmod +x create.sh```
|
```chmod +x create.sh```
|
||||||
```python3 app.py ```
|
```cp createvm.service /etc/systemd/system/createvm.service```
|
||||||
|
```systemctl daemon-reload```
|
||||||
|
```systemctl enable --now createvm.service && systemctl start createvm```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue