style: Improve formatting in IONOS VPS deployment runbook for better readability
This commit is contained in:
parent
4923c0771a
commit
9ca73776bb
|
|
@ -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` |
|
||||
|
|
|
|||
Loading…
Reference in New Issue