Skip to content

Commit 859ed73

Browse files
authored
fix
1 parent fe3aefd commit 859ed73

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/incomplete/webvirtcloud.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scrip
4040

4141
### Hypervisor 计算节点安装
4242

43+
Hypervisor 和 Controller 不能在同一个虚拟机上进行安装,网络会出现冲突问题。
44+
45+
The Hypervisor and Controller cannot be installed on the same virtual machine; the network will have conflict issues.
46+
4347
#### 环境检测
4448

4549
> **建议配置**
@@ -49,21 +53,23 @@ curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scrip
4953
> - 实际使用建议更高配置,测试环境只够开4台最小的虚拟机
5054
> - 服务器需要支持KVM嵌套虚拟化,如何测试建议使用 https://github.com/oneclickvirt/ecs 进行测试,需要检测项目```VM-x/AMD-V/Hyper-V```是启用的
5155
> - 跳过env检测安装,直接使用二进制文件,无需安装依赖
52-
```shell
53-
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
54-
```
5556
5657
> **Recommended Configuration**:
5758
> - CPU: 2 cores
5859
> - RAM: 4 GB
5960
> - Disk: 40 GB free space
6061
> - Higher specs are recommended for actual usage; this minimal setup is only sufficient to run 4 smallest VM in a test environment
6162
> - 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
62-
> - Skip the env detection installation, use the binary directly, no need to install dependencies:
63+
> - Skip the env detection installation, use the binary directly, no need to install dependencies
64+
6365
```shell
6466
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
6567
```
6668

69+
选择选项8进行性能测试: ```./goecs```
70+
71+
Select option 8 for performance testing: ```./goecs -l=en```
72+
6773
#### 下载并准备安装脚本
6874

6975
```bash

0 commit comments

Comments
 (0)