> 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/sv/kom-igang/requirements/software-requirements.md).

# Programvarukrav

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

För bästa upplevelse när du kör Overleaf rekommenderar vi starkt att du använder ett **Debian-baserat** operativsystem, såsom **Ubuntu**. Detta val överensstämmer med programvarans utvecklingsmiljö och är det föredragna alternativet bland majoriteten av Overleafs användare.

{% hint style="danger" %}
När du använder Server Pro med Sandboxed Compiles är det **viktigt** att notera att applikationen kräver root-åtkomst till Docker-socketen.
{% endhint %}

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

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

{% hint style="info" %}
Du kan följa utgångsdatum för livscykel (EOL) för ovanstående beroenden och andra populära produkter med tjänsten endoflife.date här: <https://endoflife.date/>
{% endhint %}

{% hint style="info" %}
MongoDB och Redis hämtas automatiskt av `docker compose` när du kör Server CE eller Server Pro, om det inte har konfigurerats att använda en annan installation.
{% endhint %}

Toolkit är beroende av följande program:

* bash
* Docker

`docker compose` krävs och installeras vanligtvis med Docker.

Vi rekommenderar att du installerar den senaste versionen av Docker som är tillgänglig för ditt operativsystem.

När Docker har installerats korrekt bör du kunna köra dessa kommandon utan fel:

```bash
# Visar den installerade Docker-versionen
docker --version

# docker compose-pluginen (v2)
docker compose version

# Lista de körande Docker-containrarna på ditt 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/sv/kom-igang/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.
