# Quick Start / Official Entry

Project: raphaelmansuy/edgequake

## Official Install Entry

### Docker - Official install entry

```bash
docker run -d --name edgequake -p 8080:8080 -e DATABASE_URL="postgres://user:password@your-db-host:5432/edgequake" -e EDGEQUAKE_LLM_PROVIDER=openai -e OPENAI_API_KEY="sk-..." ghcr.io/raphaelmansuy/edgequake:latest # Verify curl http://localhost:8080/health
```

Source: https://github.com/raphaelmansuy/edgequake#readme

## Sources

- repo: https://github.com/raphaelmansuy/edgequake
- docs: https://github.com/raphaelmansuy/edgequake#readme
