feat(search): refresh global search UI and align qa/docs updates

This commit is contained in:
2026-04-02 10:49:35 +02:00
parent 5699bc6c5b
commit 5d07236758
35 changed files with 504 additions and 213 deletions

View File

@@ -1,6 +1,6 @@
# Erste Schritte
Letzte Aktualisierung: 2026-03-06
Letzte Aktualisierung: 2026-04-01
## Ziel
@@ -16,10 +16,12 @@ Diese Seite bringt neue Entwickler in unter 45 Minuten zu einem lauffähigen lok
```bash
cp .env.example .env
cp config/config.php.example config/config.php
docker compose up --build -d
```
> Alle ENV-Variablen sind dokumentiert in /docs/reference-konfiguration.md.
> `config/config.php` ist Pflicht fuer den App-Bootstrap und wird einmalig aus `config/config.php.example` erzeugt.
> docker compose up startet auch den globalen Scheduler-Runner (Service scheduler) im Hintergrund.
Danach erreichbar: