style: Improve formatting in IONOS VPS deployment runbook for better readability

This commit is contained in:
Sascha 2026-06-05 17:13:15 +02:00
parent 4923c0771a
commit 9ca73776bb
1 changed files with 21 additions and 21 deletions

View File

@ -9,7 +9,7 @@ Use it verbatim for a repeat deployment or hand it to another AI assistant.
## Environment
| Item | Value |
|-----------------|-------------------------------|
| -------------------- | -------------------------------- |
| Server IP | `31.70.94.35` |
| OS | Ubuntu 24.04 LTS |
| Web root | `/var/www/gplx/mediawiki` |
@ -339,7 +339,7 @@ php maintenance/run.php changePassword --user="Benutzername" --password="NeuesPa
## Gotchas encountered
| Problem | Cause | Fix |
|---------|-------|-----|
| ------------------------------------------------------------- | ------------------------------------------------------------------------------ | -------------------------------------------------------------------------- |
| `git push ionos main` failed (exit 1) | Remote pointed at non-bare working dir | Created bare repo at `/var/repo/gplx.git` with post-receive hook |
| `/var/www/gplx/mediawiki` not found after push | Directory was checked out by hook — actually worked, just needed to look again | `ls /var/www/gplx/mediawiki` confirmed it was there |
| SMW fatal: `Class "Onoi\Cache\NullCache" not found` | SMW vendor deps not installed | `composer install --no-dev -d extensions/SemanticMediaWiki` |