> For the complete documentation index, see [llms.txt](https://micheleriva.gitbook.io/gauguin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://micheleriva.gitbook.io/gauguin/getting-started.md).

# Getting Started

## Getting The Code

You can start by cloning the repository locally:

```bash
git clone https://github.com/micheleriva/gauguin.git
```

Make sure to have `Go >= 1.11` installed on your machine. We'll provide a stable Docker container as soon as possible.

Enter the **Gauguin** directory and create the following file:

```bash
cd gauguin
touch gauguin.yaml
```

Now follow the steps in the [configuration](/gauguin/configuration.md) section to configure your **Gauguin** server.
