> 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/vi/bat-dau/requirements/software-requirements.md).

# Yêu cầu phần mềm

### Các hệ điều hành <a href="#operating-systems" id="operating-systems"></a>

Để có trải nghiệm tốt nhất khi chạy Overleaf, chúng tôi đặc biệt khuyên dùng một **dựa trên Debian** hệ điều hành, chẳng hạn như **Ubuntu**. Lựa chọn này phù hợp với môi trường phát triển của phần mềm và là tùy chọn được đa số người dùng Overleaf ưa chuộng.

{% hint style="danger" %}
Khi sử dụng Server Pro với Sandboxed Compiles, điều **quan trọng** cần lưu ý là ứng dụng yêu cầu quyền truy cập root vào socket Docker.
{% endhint %}

### Phụ thuộc <a href="#dependencies" id="dependencies"></a>

* Docker 25.0 và 29
* MongoDB 7.0 và 8.0
* Redis 6.2 và 7.5

{% hint style="info" %}
Bạn có thể theo dõi ngày Kết thúc vòng đời (EOL) cho các phụ thuộc trên và các sản phẩm phổ biến khác bằng dịch vụ end of life.date tại đây: <https://endoflife.date/>
{% endhint %}

{% hint style="info" %}
MongoDB và Redis được tự động kéo bởi `docker compose` khi chạy Server CE hoặc Server Pro, trừ khi được cấu hình để sử dụng một bản cài đặt khác.
{% endhint %}

Toolkit phụ thuộc vào các chương trình sau:

* bash
* Docker

`docker compose` là bắt buộc và thường được cài đặt cùng với Docker.

Chúng tôi khuyên bạn nên cài đặt phiên bản Docker mới nhất có sẵn cho hệ điều hành của bạn.

Sau khi Docker được cài đặt đúng cách, bạn sẽ có thể chạy các lệnh sau mà không gặp lỗi:

```bash
# Hiển thị phiên bản Docker đã cài đặt
docker --version

# plugin docker compose (v2)
docker compose version

# Liệt kê các container Docker đang chạy trên hệ thống của bạn
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/vi/bat-dau/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.
