> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/on-premises/zh-cn/ru-men/requirements/software-requirements.md).

# 软件要求

### 操作系统 <a href="#operating-systems" id="operating-systems"></a>

为了在运行 Overleaf 时获得最佳体验，我们强烈建议使用一个 **基于 Debian 的** 操作系统，例如 **Ubuntu**。这一选择与软件的开发环境一致，也是大多数 Overleaf 用户的首选。

{% hint style="danger" %}
当在 Sandboxed Compiles 中使用 Server Pro 时， **重要** 的是，应用程序需要对 Docker 套接字的 root 访问权限。
{% endhint %}

### 依赖项 <a href="#dependencies" id="dependencies"></a>

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

{% hint style="info" %}
您可以使用 endoflife.date 服务在此跟踪上述依赖项以及其他热门产品的生命周期终止（EOL）日期： <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://ayakaleaf-pro.ayaka.space/on-premises/zh-cn/ru-men/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.
