> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/on-premises/ru/nachalo-raboty/requirements/software-requirements.md).

# Требования к программному обеспечению

### Операционные системы <a href="#operating-systems" id="operating-systems"></a>

Для наилучшего опыта при использовании Overleaf мы настоятельно рекомендуем использовать **основанную на Debian** операционную систему, такую как **Ubuntu**. Этот выбор соответствует среде разработки программного обеспечения и является предпочтительным вариантом для большинства пользователей Overleaf.

{% hint style="danger" %}
При использовании Server Pro с Sandboxed Compiles это **важно** отметить, что приложению требуется доступ root к сокету Docker.
{% endhint %}

### Зависимости <a href="#dependencies" id="dependencies"></a>

* Docker 25.0 и 29
* MongoDB 7.0 и 8.0
* Redis 6.2 и 7.5

{% hint style="info" %}
Вы можете отслеживать даты окончания поддержки (EOL) для указанных зависимостей и других популярных продуктов с помощью сервиса endoflife.date здесь: <https://endoflife.date/>
{% endhint %}

{% hint style="info" %}
MongoDB и Redis автоматически подтягиваются `docker compose` при запуске Server CE или Server Pro, если не настроено использование другой установки.
{% endhint %}

Toolkit зависит от следующих программ:

* bash
* Docker

`docker compose` требуется и обычно устанавливается вместе с Docker.

Мы рекомендуем установить самую последнюю версию Docker, доступную для вашей операционной системы.

После правильной установки Docker вы должны иметь возможность выполнять эти команды без ошибок:

```bash
# Показывает установленную версию Docker
docker --version

# плагин docker compose (v2)
docker compose version

# Список запущенных Docker-контейнеров в вашей системе
docker ps
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/on-premises/ru/nachalo-raboty/requirements/software-requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
