Skip to main content

Quick Start

This path uses the current development implementation audited for this documentation. It deliberately avoids presenting docker-compose.platform.yml as a production path because that file also contains development-validation defaults.

1. Clone the audited implementation

2. Prepare the environment

Do not publish the service with the placeholder secrets from .env.example. The release installer detects missing/insecure release secrets and generates secure values where its current release flow supports that behavior.

3. Use the production-style HTTPS stack

For a local/evaluation port pair that does not require host ports 80/443:
The HTTPS Compose file keeps PostgreSQL and the API off host-facing ports and exposes the browser entry point through the reverse proxy.

4. Verify the service

A healthy API returns a JSON object with status and database-index health information.

5. Sign in

Open:
For a fresh bootstrap with no GDC_SEED_ADMIN_PASSWORD, use:
You must change the password on first login.

6. Create the first managed objects

The current Stream Wizard selects an existing Connector. Create a Connector first under Connectors, then open Streams → Create First Stream. The current wizard flow is:
A successful first setup ends with a visible Stream and at least one Route/Destination configuration that can be monitored from Dashboard and Streams.
There is no current “register Data Relay Link” step because the audited source does not implement a Control↔Link management protocol.
Last modified on September 10, 2026