# Installation

## Docker Compose or Helm for Kubernetes

Customize the local deployment according to your needs:

{% hint style="info" %}
Make sure to have Docker 27 or up. If you get an error about docker compose command not recognized, it's because your Docker version is old and not supported.
{% endhint %}

## Docker compose

Make sure to have Docker and Docker Compose installed on your system.

* clone the repo:

```
git clone https://github.com/intuitem/ciso-assistant-community.git
```

* run the preparation script and follow the instructions:

```
./docker-compose.sh
```

you can also find other variants for different setups as a starting point for your specific needs.
