From 3a2e45225d292d3bb84712e7bcdfd4dee7b27f83 Mon Sep 17 00:00:00 2001 From: Jan Vykopal <xvykopa1@fi.muni.cz> Date: Mon, 3 Jun 2024 10:19:31 +0200 Subject: [PATCH] Be more explicit about OS and Docker --- docs/tech/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tech/installation.md b/docs/tech/installation.md index f2b0961..369cc81 100644 --- a/docs/tech/installation.md +++ b/docs/tech/installation.md @@ -16,9 +16,9 @@ Before you begin, ensure that you have the following: These requirements ensure that the backend server can handle data processing efficiently while serving the frontend interface smoothly. ### Software Requirements -* Operating System: Debian (recommended) -* [Docker](https://www.docker.com/) -* [Docker Compose](https://docs.docker.com/compose/) with recomended version v2.27.0 +* Linux operating system: Debian 11 or 12 is recommended +* [Docker Engine](https://docs.docker.com/engine/install/). +* [Docker Compose](https://docs.docker.com/compose/install/linux/) with recomended version v2.27.0 Make sure to install Docker and Docker Compose before proceeding with the installation. -- GitLab