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

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

### 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 nghị sử 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 ưu tiên.

{% 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 root để truy cập socket Docker.
{% endhint %}

### Các 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 hết vòng đời (EOL) của các phụ thuộc trên và các sản phẩm phổ biến khác bằng dịch vụ endoflife.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` được yêu cầu và thường được cài đặt cùng với Docker.

Chúng tôi khuyến nghị cài đặt phiên bản Docker mới nhất hiện có 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 này 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://overleaf-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.
