From aead2342ab986fbdb9fe6363077a895ef810c26d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Wed, 21 May 2025 16:57:33 +0000 Subject: [PATCH] [mod] index --- readme.md | 2 +- tools/build | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5012509..8d1bf12 100644 --- a/readme.md +++ b/readme.md @@ -28,5 +28,5 @@ proof-of-concept für Partei-Arbeits-Dokumenten-Verwaltung, welche hörbare Vers ### Anweisungen - nach Erstellung `tools/run` ausführen -- im Browser `http://localhost:8000` aufrufen +- im Browser `http://localhost:8000/` aufrufen diff --git a/tools/build b/tools/build index 82d8b4d..24151c9 100755 --- a/tools/build +++ b/tools/build @@ -10,3 +10,4 @@ dir_source="source" mkdir -p ${dir_build} cp -r -u -v ${dir_source}/* ${dir_build}/ +cd ${dir_build} && ln -f -s index.html.php index.php