Getting Started
Getting The Code
You can start by cloning the repository locally:
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:
cd gauguin
touch gauguin.yaml
Now follow the steps in the configuration section to configure your Gauguin server.
Last updated
Was this helpful?