From 992ea710c97d4b3d58ed1729922c86d66bfe84a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Mari=C3=A9tan?= Date: Thu, 21 Mar 2024 10:57:21 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ee88662..7e52a5e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ The backend consists in: - Flask containers running behind the load balancer and served over Gunicorn to enable multi-threading. - A Redis container to coordinate websocket connections/messages while having multiple Flask processes running at the same time. +To use this code, first rename `.env.example` to `.env` and set your own values. + To start the containers, a `run.sh` shell script is provided. It can be run with the following options: - `-e`/`--env` : which has to be provided and is either of `debug`, `dev` and `prod`. This will determine which `docker-compose` will be used.