

本指南提供 Wickr Enterprise 的文件。如果您使用的是 AWS Wickr，請參閱 [AWS Wickr 管理指南](https://docs.aws.amazon.com/wickr/latest/adminguide/what-is-wickr.html)或 [AWS 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。在此範例中，URL 為 `http://192.168.1.100:30000`。不過，您的 URL 會根據您的聯網組態而有所不同。