Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Installation

lorebenzo edited this page Jul 1, 2022 · 6 revisions

Server

Database

For running the server, you need a PostgreSQL database. You can run it on your machine, or with Docker.

Docker

Install Docker

Mac/Linux

Run the Docker Image with DockerCompose, it'll build the image the first time

make up

Windows

Build the Docker Image

docker-compose build

Run the Docker Image with DockerCompose

docker-compose up

Clone this wiki locally