aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSam Scholten2026-08-30 13:20:06 +1000
committerSam Scholten2026-08-30 13:20:06 +1000
commit25f47ca899527ed2b16d19209c0546413e057126 (patch)
tree7b441ff0c8be2a8f914caab75adaf8e310352eb7 /README.md
parentf9b68825092d6c1eed18a77340eb2238d9dbef40 (diff)
downloadfluxrec-25f47ca899527ed2b16d19209c0546413e057126.tar.gz
fluxrec-25f47ca899527ed2b16d19209c0546413e057126.zip
deploy: drop ineffective mkdir, document state-dir bootstrap
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a8e8ec1..2550450 100644
--- a/README.md
+++ b/README.md
@@ -53,3 +53,5 @@ runs.jsonl server run log; doubles as the RSS render source
- Training stays on the local PC; the server only scores (low RAM).
- Deploy `serve` only after a `train` run on enough organic stars shows an
honest precision@15 in report.json; tiny validation sets lie.
+- Server state dir: `sudo install -d -o <user> -g <user> ~/fluxrec-data`
+ **before the first `compose up`** (Docker otherwise creates it as root).