# Installatie

Deze sectie behandelt alles wat u nodig heeft om Chamilo 2.0 op uw server te installeren en te configureren.

Chamilo 2.0 is een PHP-applicatie gebouwd op het Symfony-framework. Het kan draaien op de meeste Linux-gebaseerde servers, is geïnstalleerd en werkt op Windows Server met IIS, en ondersteunt MySQL- en MariaDB-backends.

## Installatiestappen

1. [**Serververeisten**](/2.x-nl/beheerdershandleiding/admin-guide/installation/server-requirements.md) — Controleer of uw server voldoet aan de minimale vereisten
2. [**Installatiewizard**](/2.x-nl/beheerdershandleiding/admin-guide/installation/installation-wizard.md) — Voer de webgebaseerde installatiewizard uit
3. [**Configuratie**](/2.x-nl/beheerdershandleiding/admin-guide/installation/configuration.md) — Configureer omgevingsvariabelen en Symfony-instellingen
4. [**Cloudopslag**](/2.x-nl/beheerdershandleiding/admin-guide/installation/cloud-storage.md) — Stel cloudopslag-backends in (optioneel)
5. [**E-mailconfiguratie**](/2.x-nl/beheerdershandleiding/admin-guide/installation/email-configuration.md) — Configureer e-mailbezorging
6. [**Upgraden**](/2.x-nl/beheerdershandleiding/admin-guide/installation/upgrading.md) — Upgrade vanaf een eerdere versie

## Snel Overzicht

Het basisinstallatieproces is als volgt:

1. Download of kloon de Chamilo-broncode
2. Installeer PHP-afhankelijkheden met Composer als u vanaf de bron voorbereidt
3. Installeer JavaScript-afhankelijkheden met npm/yarn en bouw frontend-assets
4. Maak een leeg `.env`-bestand aan om later uw databasegegevens en andere instellingen op te slaan
5. Wijzig de rechten (beschrijfbaar door de webserver) op *var/*, *config/* en *.env*
6. Voer de webgebaseerde installatiewizard uit
7. Maak verbinding met uw eerste beheerdersaccount
8. Wijzig de rechten terug op *config/* en *.env*

Gedetailleerde instructies voor elke stap vindt u in de bovenstaande gelinkte pagina's.


---

# Agent Instructions: 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:

```
GET https://docs.chamilo.org/2.x-nl/beheerdershandleiding/admin-guide/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
