> 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/it/per-iniziare/requirements/software-requirements.md).

# Requisiti software

### Sistemi operativi <a href="#operating-systems" id="operating-systems"></a>

Per la migliore esperienza nell'utilizzo di Overleaf, consigliamo vivamente di usare un **basato su Debian** sistema operativo, come **Ubuntu**. Questa scelta è in linea con l'ambiente di sviluppo del software ed è l'opzione preferita dalla maggior parte degli utenti di Overleaf.

{% hint style="danger" %}
Quando si utilizza Server Pro con Sandboxed Compiles, è **importante** notare che l'applicazione richiede l'accesso root al socket di Docker.
{% endhint %}

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

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

{% hint style="info" %}
Puoi tenere traccia delle date di End-of-Life (EOL) delle dipendenze sopra indicate e di altri prodotti popolari utilizzando il servizio end of life.date qui: <https://endoflife.date/>
{% endhint %}

{% hint style="info" %}
MongoDB e Redis vengono scaricati automaticamente da `docker compose` quando si esegue Server CE o Server Pro, a meno che non sia configurato l'uso di un'installazione diversa.
{% endhint %}

Il Toolkit dipende dai seguenti programmi:

* bash
* Docker

`docker compose` è richiesto e viene generalmente installato con Docker.

Ti consigliamo di installare la versione più recente di Docker disponibile per il tuo sistema operativo.

Una volta che Docker è installato correttamente, dovresti essere in grado di eseguire questi comandi senza errori:

```bash
# Mostra la versione di Docker installata
docker --version

# plugin docker compose (v2)
docker compose version

# Elenca i container Docker in esecuzione sul tuo sistema
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/it/per-iniziare/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.
