Skip to content

Commit d9dd6e0

Browse files
authored
fix: 更新说明
1 parent c80ad51 commit d9dd6e0

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

docs/incomplete/webvirtcloud.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,26 @@ curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scrip
4141
### Hypervisor 计算节点安装
4242

4343
> **建议配置**
44-
> - 测试环境: 2 核 CPU / 4 GB 内存 / 50 GB 空硬盘
45-
> - 生产环境建议更高配置
46-
> Minimum recommended for testing:
47-
> - 2 cores CPU / 4GB RAM / 50GB disk (more for production use)
44+
> - CPU: 2 核
45+
> - 内存: 4 GB
46+
> - 硬盘: 空余 40 GB
47+
> - 实际使用建议更高配置,测试环境只够开4台最小的虚拟机
48+
> - 服务器需要支持KVM嵌套虚拟化,如何测试建议使用 https://github.com/oneclickvirt/ecs 进行测试,需要检测项目```VM-x/AMD-V/Hyper-V```是启用的
49+
> - 跳过env检测安装,直接使用二进制文件,无需安装依赖
50+
```shell
51+
curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && ./goecs.sh install
52+
```
53+
54+
> **Recommended Configuration**:
55+
> - CPU: 2 cores
56+
> - RAM: 4 GB
57+
> - Disk: 40 GB free space
58+
> - Higher specs are recommended for actual usage; this minimal setup is only sufficient to run 4 smallest VM in a test environment
59+
> - The server must support KVM nested virtualization(Need ```VM-x/AMD-V/Hyper-V``` is enabled). To test compatibility, it's recommended to use: https://github.com/oneclickvirt/ecs
60+
> - Skip the env detection installation, use the binary directly, no need to install dependencies:
61+
```shell
62+
curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && ./goecs.sh install
63+
```
4864

4965
#### 下载并准备安装脚本
5066

0 commit comments

Comments
 (0)