Module 1: Zero-Config Experience & Defaults

Understand defaults by running without custom config.

Commands are templates. Replace IDs, secrets and endpoints with your environment values.

Hands-on Steps (Directly Runnable)

Execute each command, capture output, then note issues and fixes.

Step 1: Start with defaults

Run:
git clone https://github.com/<org>/zeroclaw.git && cd zeroclaw\ndocker compose up -d

Copyable commands
git clone https://github.com/<org>/zeroclaw.git && cd zeroclaw
docker compose up -d

Step 2: Run default app

Run:
zeroclaw start

Copyable commands
zeroclaw start

Step 3: Export generated config

Run:
zeroclaw config export > generated-config.yaml

Copyable commands
zeroclaw config export > generated-config.yaml

Step 4: Document default assumptions

Run:
List default ports, storage, auth mode from generated config.

Continue to the next module

Turn the commands on this page into your team runbook.

ZeroClaw Module 1: Zero-Config Experience & Defaults | BestClaw