diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32f54df6c327ceaf8c7af6bfe4986680e38c2e0d..5e2214a1b7a2bdfd18722662c247b3de4b6229f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ setup: commit_zip: stage: commit + allow_failure: true script: - git config --global user.email "ci@gitlab.com" - git config --global user.name "CI Bot" diff --git a/docs/tech/installation.md b/docs/tech/installation.md index f2b09617a3059489f0a6636917111e3c0407dd2f..369cc8127c86176f7ff0e6aebf02b4264087e171 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.