diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 4a942903f4..d928c37e90 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -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' }, ] } ]; diff --git a/docs/en/incomplete/webvirtmgr.md b/docs/en/incomplete/webvirtmgr.md new file mode 100644 index 0000000000..a943693fbe --- /dev/null +++ b/docs/en/incomplete/webvirtmgr.md @@ -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: + +Origin Repository: + +## 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 +``` diff --git a/docs/incomplete/webvirtmgr.md b/docs/incomplete/webvirtmgr.md new file mode 100644 index 0000000000..3e1a6eb24c --- /dev/null +++ b/docs/incomplete/webvirtmgr.md @@ -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) + +仓库地址: + +原项目对应仓库: + +## 控制节点和计算节点同时安装 + +- 支持系统: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 +```