Files
oneclickvirt.github.io/docs/incomplete/webvirtmgr.md
spiritlhl 763cd11476
2025-04-28 06:56:30 +00:00

1.1 KiB
Raw Blame History

outline
outline
deep

WebVirtMgr 安装指南

hits

仓库地址: https://github.com/oneclickvirt/webvirtcloud

原项目对应仓库:https://github.com/retspen/webvirtmgr

控制节点和计算节点同时安装

  • 支持系统Debian[8,9,10]Ubuntu[16.04,18.04,20.04]
  • 系统会自动编译python的2.7的安装包后再进行部署,编译过程中会有报错提示但不用理会,只要脚本还在跑就说明一切正常

国际

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

国内

curl -slk https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scripts/install_webvirtmgr.sh -o install_webvirtmgr.sh \
&& chmod +x install_webvirtmgr.sh \
&& bash install_webvirtmgr.sh

缺点

原项目已经不再有维护,完全不推荐使用。