

이 가이드에서는 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
```

 표준 설치 후 웹 브라우저를 사용하여 출력에 제공된 KOTS 관리자 콘솔 URL로 이동합니다. 이 예제에서 URL은 입니다`http://192.168.1.100:30000`. 그러나 URL은 네트워킹 구성에 따라 달라집니다.