> 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/id/memulai/requirements/software-requirements.md).

# Persyaratan perangkat lunak

### Sistem operasi <a href="#operating-systems" id="operating-systems"></a>

Untuk pengalaman terbaik saat menjalankan Overleaf, kami sangat merekomendasikan penggunaan sebuah **berbasis Debian** sistem operasi, seperti **Ubuntu**. Pilihan ini selaras dengan lingkungan pengembangan perangkat lunak dan merupakan opsi yang disukai oleh sebagian besar pengguna Overleaf.

{% hint style="danger" %}
Saat menggunakan Server Pro dengan Sandboxed Compiles, **penting** untuk dicatat bahwa aplikasi memerlukan akses root ke soket Docker.
{% endhint %}

### Dependensi <a href="#dependencies" id="dependencies"></a>

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

{% hint style="info" %}
Anda dapat melacak tanggal End-of-Life (EOL) untuk dependensi di atas, dan produk populer lainnya menggunakan layanan endoflife.date di sini: <https://endoflife.date/>
{% endhint %}

{% hint style="info" %}
MongoDB dan Redis secara otomatis diunduh oleh `docker compose` saat menjalankan Server CE atau Server Pro, kecuali dikonfigurasi untuk menggunakan instalasi yang berbeda.
{% endhint %}

Toolkit bergantung pada program berikut:

* bash
* Docker

`docker compose` diperlukan dan umumnya diinstal bersama Docker.

Kami merekomendasikan agar Anda menginstal versi Docker terbaru yang tersedia untuk sistem operasi Anda.

Setelah Docker terpasang dengan benar, Anda seharusnya dapat menjalankan perintah-perintah ini tanpa kesalahan:

```bash
# Menampilkan versi Docker yang terpasang
docker --version

# plugin docker compose (v2)
docker compose version

# Daftar kontainer Docker yang sedang berjalan di sistem Anda
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/id/memulai/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.
