docs: generate gitea wiki pages + publish script
add wiki/ markdown pages (Home, Sidebar, architecture, transport, developer, usage) add scripts/publish_gitea_wiki.sh to sync wiki repo fix: serialize aggregate env-setting tests to avoid parallel env var races
This commit is contained in:
19
wiki/Quick-Start.md
Normal file
19
wiki/Quick-Start.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Quick Start
|
||||
|
||||
## Compose
|
||||
```bash
|
||||
docker compose up -d --build
|
||||
```
|
||||
|
||||
Full stack with observability:
|
||||
```bash
|
||||
docker compose -f docker-compose.yml -f observability/docker-compose.yml up -d --build
|
||||
```
|
||||
|
||||
## Local Dev (minimal)
|
||||
```bash
|
||||
cargo run -p aggregate
|
||||
cargo run -p projection
|
||||
cargo run -p runner
|
||||
cargo run -p gateway
|
||||
```
|
||||
Reference in New Issue
Block a user