[mod] index
This commit is contained in:
parent
6df7f11bfd
commit
aead2342ab
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue