File size: 561 Bytes
2021f39 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
Operations
==========
Install
- `make install` (installs nova/requirements + dev tools)
Run
- `make run-supervisor` then `make status`
Env Vars
- UPSTREAM_OPENAI_BASE, REDIS_URL, NATS_URL, KAFKA_BOOTSTRAP, QDRANT_URL, NEO4J_URI, GORILLA_BASE
Kong (DB-less)
- Use `nova/config/kong/kong.yaml` with `KONG_DATABASE=off` and declarative config.
GH Repo
- `bin/gh_init_repo.sh adaptnova/e-fire-1` (requires `gh auth login`)
Troubleshooting
- Check logs in /tmp/*.log (supervisord program logs)
- Health endpoints: /health on each service; metrics at /metrics
|