Commit c1d5f8af authored by Пискунов Андрей Дмитриевич's avatar Пискунов Андрей Дмитриевич
Browse files

:bug: fix docs

parent 12fe3617
No related merge requests found
Showing with 4 additions and 3 deletions
+4 -3
......@@ -2,9 +2,9 @@
## Как запустить
1. Создать группу в Gitlab ручками
1. Получить Personal Access Token в Gitlab. Лучше выдать все scoups
2. Получить Personal Access Token в Gitlab. Лучше выдать все scoups
Вот [ссылка](https://git.miem.hse.ru/-/profile/personal_access_tokens) для МИЭМовского Gitlab-а
1. Заполнить `.env ` файл
3. Заполнить `.env ` файл
```
GITLAB_TOKEN=<ваш сгенерированный Gitlab token>
GITLAB_HOST=<ссылка на ваш Gitlab>
......@@ -19,4 +19,5 @@ GITLAB_HOST=https://git.miem.hse.ru
GROUP_NAME=biv23x-ps
TIMEOUT=120000
```
1. `docker compose up -d`
\ No newline at end of file
4. Заполните data/students.txt в формате, который в примере в этом файле
5. `docker compose up -d`
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment