> 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/el/ksekinontas/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 socket.
{% 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) για τις παραπάνω εξαρτήσεις και άλλα δημοφιλή προϊόντα χρησιμοποιώντας την υπηρεσία end of life.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 containers που εκτελούνται στο σύστημά σας
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/el/ksekinontas/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.
