mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-06-07 23:40:24 +08:00
feat: 添加webvirtmgr项目
This commit is contained in:
@@ -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' },
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
22
docs/en/incomplete/webvirtmgr.md
Normal file
22
docs/en/incomplete/webvirtmgr.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
outline: deep
|
||||
---
|
||||
|
||||
## WebVirtMgr Installation Guide
|
||||
|
||||
[](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
|
||||
```
|
||||
22
docs/incomplete/webvirtmgr.md
Normal file
22
docs/incomplete/webvirtmgr.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
outline: deep
|
||||
---
|
||||
|
||||
## WebVirtMgr 安装指南
|
||||
|
||||
[](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
|
||||
```
|
||||
Reference in New Issue
Block a user