Quick Start
Requirements
- Docker with Compose support.
- Node.js for validation scripts.
- Provider credentials only for integrations you choose to enable.
Start Locally
cp .env.example .envnode scripts/validate-env.jsdocker compose up -d --buildOpen:
http://localhost:8088/Some deployments use legacy docker-compose instead of the newer Docker Compose plugin:
docker-compose up -d --buildUseful Commands
./scripts/up.sh./scripts/health.sh./scripts/logs.sh./scripts/down.shFirst Things To Configure
- Create or seed an admin user.
- Configure
APP_BASE_URLandNEXTAUTH_URLfor your real domain. - Configure email if you want invitations and account email flows.
- Configure TURN if you expect meetings across restrictive networks.
- Configure AI/transcription providers only if you need them.
- Create your first community space.