# Quick Start / 官方入口

项目：raphaelmansuy/edgequake

## 官方安装入口

### Docker · 官方安装入口

```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
```

来源：https://github.com/raphaelmansuy/edgequake#readme

## 来源

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