feat: 添加webvirtmgr项目

This commit is contained in:
spiritlhl
2025-04-27 13:03:21 +00:00
parent 77a663c8b9
commit 24cf252a43
3 changed files with 46 additions and 0 deletions

View File

@@ -206,6 +206,7 @@ function getIncompleteSidebarZhCN() {
{ text: 'convoy', link: '/incomplete/convoy.html' },
{ text: 'virtualizor-docker', link: '/incomplete/virtualizor-docker.html' },
{ text: 'bashvm', link: '/incomplete/bashvm.html' },
{ text: 'webvirtmgr', link: '/incomplete/webvirtmgr.html' },
]
}
];
@@ -325,6 +326,7 @@ function getIncompleteSidebarEnUS() {
{ text: 'convoy', link: '/en/incomplete/convoy.html' },
{ text: 'virtualizor-docker', link: '/en/incomplete/virtualizor-docker.html' },
{ text: 'bashvm', link: '/en/incomplete/bashvm.html' },
{ text: 'webvirtmgr', link: '/en/incomplete/webvirtmgr.html' },
]
}
];

View File

@@ -0,0 +1,22 @@
---
outline: deep
---
## WebVirtMgr Installation Guide
[![hits](https://hits.spiritlhl.net/webvirtcloud.svg?action=hit&title=hits&title_bg=%23555555&count_bg=%233aebee&edge_flat=false)](https://hits.spiritlhl.net)
Repository: <https://github.com/oneclickvirt/webvirtcloud>
Origin Repository: <https://github.com/retspen/webvirtmgr>
## Control nodes and compute nodes installed at the same time
- Supported systems: Debian9+, Ubuntu18.04+
- The system will automatically compile python 2.7 installer and then deployed, there will be an error in the compilation process but do not pay attention to it, as long as the scripts are still running, it means that everything is fine!
```bash
curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scripts/install_webvirtmgr.sh -o install_webvirtmgr.sh \
&& chmod +x install_webvirtmgr.sh \
&& bash install_webvirtmgr.sh
```

View File

@@ -0,0 +1,22 @@
---
outline: deep
---
## WebVirtMgr 安装指南
[![hits](https://hits.spiritlhl.net/webvirtcloud.svg?action=hit&title=hits&title_bg=%23555555&count_bg=%233aebee&edge_flat=false)](https://hits.spiritlhl.net)
仓库地址: <https://github.com/oneclickvirt/webvirtcloud>
原项目对应仓库:<https://github.com/retspen/webvirtmgr>
## 控制节点和计算节点同时安装
- 支持系统Debian9+Ubuntu18.04+
- 系统会自动编译python的2.7的安装包后再进行部署,编译过程中会有报错提示但不用理会,只要脚本还在跑就说明一切正常
```bash
curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scripts/install_webvirtmgr.sh -o install_webvirtmgr.sh \
&& chmod +x install_webvirtmgr.sh \
&& bash install_webvirtmgr.sh
```