> ## Documentation Index
> Fetch the complete documentation index at: https://control.datarelay.run/llms.txt
> Use this file to discover all available pages before exploring further.

# 빠른 시작

> 현재 개발 구현을 production-style HTTPS Compose로 설치하는 검증 가능한 경로.

# 빠른 시작

개발 validation 설정이 포함된 `docker-compose.platform.yml`을 production 경로로 그대로 안내하지 않습니다. 아래는 현재 코드의 `deploy/docker-compose.https.yml`을 사용합니다.

```bash theme={null}
git clone https://github.com/datarelay-labs/gdc-platform.git
cd gdc-platform
git checkout feature/post-m29-development
cp .env.example .env
```

다음으로 production-style HTTPS stack을 실행합니다.

```bash theme={null}
export GDC_RELEASE_COMPOSE_FILE=deploy/docker-compose.https.yml
export GDC_INSTALL_GENERATE_TLS=1
export GDC_ENTRY_HTTP_PORT=18080
export GDC_ENTRY_HTTPS_PORT=18443
export GDC_PUBLIC_HTTPS_PORT=18443
./scripts/release/install.sh
```

확인:

```bash theme={null}
docker compose -f deploy/docker-compose.https.yml ps
curl -k https://localhost:18443/health
```

브라우저에서 `https://SERVER:18443/`에 접속합니다. 새 설치에서 `GDC_SEED_ADMIN_PASSWORD`를 지정하지 않았다면 `admin / admin`으로 로그인한 뒤 즉시 비밀번호를 변경해야 합니다.

그 다음 **Connectors**에서 Connector를 먼저 생성하고 **Streams → Create First Stream**을 사용합니다.

```text theme={null}
Connect → Sample → Destinations → Route Processing → Deploy
```

현재 코드에는 Data Relay Link 등록 단계가 없습니다.
