Move host-specific deploy notes to local/bestmidi

This commit is contained in:
Jage9
2026-02-24 23:54:54 -05:00
parent 5c63e087b3
commit d1afca806a
3 changed files with 303 additions and 47 deletions

View File

@@ -40,8 +40,8 @@ Common server overrides:
Use `deploy/README.md`.
Summary:
1. Copy repo to `/home/bestmidi/chgrid`.
2. Build client and publish `client/dist/` to `/home/bestmidi/public_html/chgrid/`.
1. Copy repo to `/home/<user>/chgrid`.
2. Build client and publish `client/dist/` to `/home/<user>/public_html/chgrid/`.
3. Configure server `config.toml` and run it via `systemd`.
4. Add Apache `/ws` websocket proxy from `deploy/apache/chgrid-vhost-snippet.conf`.