# Downloads

## <sup>GZAC met demo proces</sup>

Dit is de volledige instructie voor het lokaal downloaden en installeren van GZAC met het demo proces “Aanvraag Evenementenvergunning”. Het duurt ongeveer 15 minuten. Je kunt daarbij gebruik maken van vier begeleidende video’s voor elke stap.

### Wat je nodig hebt

* Een computer met macOS 11 of hoger, of Windows 10 of hoger
* Een internetverbinding
* Minstens 3 GB vrije schijfruimte
* Vereiste software:
  * macOS: Homebrew, Git, Docker Desktop
  * Windows: Git, Docker Desktop

{% stepper %}
{% step %}

### **GIT Downloaden en installeren**

{% embed url="<https://vimeo.com/1087659555?share=copy#t=0>" %}
{% endstep %}

{% step %}

### Docker Desktop Downloaden en Installeren

{% embed url="<https://vimeo.com/1087670700?share=copy#t=0>" %}
{% endstep %}

{% step %}

### GIT Version controle en start Docker Desktop

{% embed url="<https://vimeo.com/1087669744?share=copy#t=0>" %}
{% endstep %}

{% step %}

### Download en installeer GZAC met demo proces

* Git clone commando:

{% code overflow="wrap" %}

```
git clone https://github.com/generiekzaakafhandelcomponent/gzac-docker-compose.git
```

{% endcode %}

* CD commando

```
cd gzac-docker-compose
```

* Docker compose download en start commando

```
docker compose --profile zgw --profile demo up -d
```

{% embed url="<https://vimeo.com/1087671443?share=copy#t=0>" %}
{% endstep %}
{% endstepper %}


---

# 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.gzac.nl/kennisbank/downloads.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.
