Add initial run log file to track execution details

This commit is contained in:
2026-07-11 16:30:36 +02:00
parent e4d4c4eb9a
commit ff634a328a
6 changed files with 2134 additions and 14 deletions
+12
View File
@@ -49,6 +49,18 @@ Siehe `webstatic.example/webstatic.json` und `docs/getting-started.md`.
./install.sh # -> /opt/GitCover/webstatic, Symlink /usr/local/bin/webstatic
```
## Version & Update
```bash
webstatic --version # Assembly-Version + Git-Commit des Installations-Repos
webstatic update # Selbstaktualisierung (Clone-Installation): lokale
# Änderungen werden gestasht, git pull, gemerged, neu gebaut
```
`webstatic update` setzt eine Clone-Installation voraus (siehe `install.sh`,
Default `WEBSTATIC_INSTALL_MODE=clone`). Bei einer Copy-Installation erfolgt das
Update via erneutem `./install.sh`.
## Machine Translation (optional)
```bash