# Quick Start / Official Entry

Project: Cinnamon/kotaemon

## Official Install Entry

### Docker - Official install entry

```bash
docker run -e GRADIO_SERVER_NAME=0.0.0.0 -e GRADIO_SERVER_PORT=7860 -v ./ktem_app_data:/app/ktem_app_data -p 7860:7860 -it --rm ghcr.io/cinnamon/kotaemon:main-full
```

Source: https://github.com/Cinnamon/kotaemon#readme

## Sources

- repo: https://github.com/Cinnamon/kotaemon
- docs: https://github.com/Cinnamon/kotaemon#readme
