Initial CAT application and deployment update
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user