> ## Documentation Index
> Fetch the complete documentation index at: https://drdroid.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Guide on self-hosting Playbooks

Installing Playbooks through Docker Compose is the easiest way to set it up. Once setup, It enables you to automate monitoring & enrichment tasks using observability data across multiple tools and Slack.

\[Estimated Time: 5 minutes]

#### Step 1: Clone the [Playbooks repository](https://github.com/DrDroidLab/PlayBooks)

```bash Git Clone theme={null}
git clone [[email protected]](/cdn-cgi/l/email-protection):DrDroidLab/PlayBooks.git
```

#### Step 2: Run Docker Compose command

```bash Command theme={null}
docker-compose -f playbooks.docker-compose.yaml up -d
```

This will build the docker images and run them locally. The portal will run on port 80. You can modify that in the docker compose file.

Once completed, visit [http://localhost](http://localhost) to view the portal. Signup with your user credentials to access the portal.

<Note>
  **Installation on Kubernetes (via Helm)**

  Coming soon...
</Note>
