

本指南提供了 Wickr Enterprise 的文档。如果您使用的是 AWS Wickr，请参阅 [AWS Wickr 管理指南](https://docs.aws.amazon.com/wickr/latest/adminguide/what-is-wickr.html)或 AW [S Wickr 用户](https://docs.aws.amazon.com/wickr/latest/userguide/what-is-wickr.html)指南。

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 安装 Wickr Enterprise 嵌入式集群（标准）
<a name="standard-installation"></a>

 获得下载说明后，将 Wickr Enterprise 捆绑包下载到目标计算机并解压缩。

```
curl -f "https://replicated.app/embedded/wickr-enterprise-ha/stable/6.52" -H "Authorization: [redacted]" -o wickr-enterprise-ha-stable.tgz
tar xvf wickr-enterprise-ha-stable.tgz
```

 你现在应该有两个文件，`wickr-enterprise-ha`和`license.yaml`。该`wickr-enterprise-ha`文件是一个二进制文件，其中包含安装嵌入式集群的所有必要部分，而用于验证安装`license.yaml`的是您的 Wickr 许可证。

 在此阶段可以通过执行以下`wickr-enterprise-ha`文件来执行基本安装：

```
./wickr-enterprise-ha install --license license.yaml
```

 安装过程开始后，系统会提示您输入管理员控制台密码。输入安全密码并确保将其保存，因为在访问 KOTS 管理控制台以继续配置安装时需要该密码。

 安装完成后，输出类似于以下内容：

```
   sudo ./wickr-enterprise-ha install --license license.yaml 
? Set the Admin Console password (minimum 6 characters): ********* 
? Confirm the Admin Console password: ********* 
✔ Host files materialized! 
✔ Host preflights succeeded! 
✔ Node installation finished! 
✔ Storage is ready! 
✔ Embedded Cluster Operator is ready! 
✔ Registry is ready! 
✔ Application images are ready! 
✔ Admin Console is ready! 
Visit the Admin Console to configure and install wickr-enterprise-ha: http://192.168.1.100:30000
```

 标准安装完成后，使用 Web 浏览器前往输出中提供的 KOTS 管理控制台 URL。在本示例中，网址为`http://192.168.1.100:30000`。但是，根据您的网络配置，您的 URL 会有所不同。