Skip to content
Snippets Groups Projects
Commit 6dff6a29 authored by Roman Dvořák's avatar Roman Dvořák
Browse files
parents 31dd01a3 3a2e4522
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment