dev/install (#58)
All checks were successful
Tests / Run Go Tests (push) Successful in 1m24s

improved ci/cd pipeline + interactive install script

Reviewed-on: #58
Co-authored-by: Tom Tröger <t.troeger.02@gmail.com>
Co-committed-by: Tom Tröger <t.troeger.02@gmail.com>
This commit is contained in:
2025-11-30 21:25:47 +01:00
committed by Tom Tröger
parent 7e5eaebca9
commit 6ab48eb534
9 changed files with 132 additions and 19 deletions

View File

@@ -52,3 +52,11 @@ test:
scan: test
$(MAKE) -C Backend scan
Docker/.env:
cp Docker/env.example Docker/.env
echo "Konfigurations Datei erstellt (./Docker/.env), bitte zuerst ausfüllen und danach erneut 'make install' ausführen"
exit 0
install: Docker/.env
echo "Install"