docs(setup): add psql and redis-cli to prerequisites #61

Merged
julien merged 1 commits from docs/setup/db-clients-in-prereqs into main 2026-05-08 22:05:06 +02:00

1 Commits

Author SHA1 Message Date
Julien Gautier 3f2d36d226 docs(setup): add psql and redis-cli to prerequisites
CI / commits (pull_request) Successful in 1m13s
CI / check (pull_request) Successful in 1m24s
CI / scan (pull_request) Successful in 1m22s
CI / a11y (pull_request) Successful in 1m17s
CI / perf (pull_request) Successful in 3m0s
Verifying the local-dev stack from the host (`docker compose up -d`
+ `psql ... -c "\du"`, `redis-cli PING`) requires the postgres and
redis client binaries on the developer's machine. They were missing
from the prereqs table, so `apt install postgresql-client` /
`apt install redis-tools` was an implicit step nobody knew to run.

Add both to §2's table, with one-line rationale for each. The
Docker row is also tightened to point at the actual local-dev
stack location (`infra/local/`) instead of the placeholder
"Postgres + Redis containers" wording from before that recipe
existed.

`docker compose exec` remains a viable zero-install alternative
when a developer prefers not to touch their host (mentioned only
informally — the host-install path is the documented one).
2026-05-08 21:58:10 +02:00