> 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/da/kom-godt-i-gang/requirements/software-requirements.md).

# Softwarekrav

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

For den bedste oplevelse, når du kører Overleaf, anbefaler vi kraftigt at bruge et **Debian-baseret** operativsystem, såsom **Ubuntu**. Dette valg stemmer overens med softwarens udviklingsmiljø og er den foretrukne mulighed blandt størstedelen af Overleaf-brugerne.

{% hint style="danger" %}
Når du bruger Server Pro med Sandboxed Compiles, er det **vigtigt** at bemærke, at applikationen kræver root-adgang til Docker-socketen.
{% endhint %}

### Afhængigheder <a href="#dependencies" id="dependencies"></a>

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

{% hint style="info" %}
Du kan følge udløbsdatoer for support (EOL) for ovenstående afhængigheder og andre populære produkter ved hjælp af tjenesten endof life.date her: <https://endoflife.date/>
{% endhint %}

{% hint style="info" %}
MongoDB og Redis hentes automatisk af `docker compose` når du kører Server CE eller Server Pro, medmindre det er konfigureret til at bruge en anden installation.
{% endhint %}

Toolkit'et er afhængigt af følgende programmer:

* bash
* Docker

`docker compose` er påkrævet og installeres som regel sammen med Docker.

Vi anbefaler, at du installerer den nyeste version af Docker, som er tilgængelig til dit operativsystem.

Når Docker er korrekt installeret, bør du kunne køre disse kommandoer uden fejl:

```bash
# Viser den installerede Docker-version
docker --version

# docker compose-plugin (v2)
docker compose version

# Vis de Docker-containere, der kører på dit system
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/da/kom-godt-i-gang/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.
