Files
cat/README.md
T

22 lines
643 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# CAT
CAT Chorwochenende-Planungs- und Buchungsanwendung.
## Inhalt
- PHP-Anwendung aus `/var/www/html/cat`
- `cat_update_2026-09-19.sql`: idempotentes Datenbank-Update für die Zimmerplanung
- `cat_update_2026-09-19.zip`: separates Update-Paket der geänderten Webdateien
## Konfiguration
Die produktiven Dateien `inc/db.inc.php` und `inc/mail.inc.php` sind aus Sicherheitsgründen nicht versioniert. Sie müssen auf dem Zielsystem separat konfiguriert werden.
## Datenbank-Update
```text
mariadb cat < cat_update_2026-09-19.sql
```
Das Update legt die drei Zimmeranzahl-Einstellungen an, ohne vorhandene Daten zu überschreiben.