← back to Interiordesignershowroom
GOLIVE-GUIDES.md
14 lines
# IDS auto-guides go-live (TK-10152) — awaiting Steve "go"
Built + verified locally (commit 213ca8b). Ask: guides w/ actual room settings every 30 min,
varied styles, 5 now, plus the rooms the guides use.
## Gated steps on "go"
1. Deploy: `~/Projects/_shared/scripts/deploy.sh` from project root
2. Kamatera .env add: `OLLAMA_URL=http://100.82.17.107:11434` (Mac2 tailnet Ollama, $0 guide text)
3. Seed live: `node scripts/gen-guide.js --count 5` (~$0.20)
4. Cron — RECOMMEND replacing the existing */30 gen-room-setting line (gen-guide makes a room AND
a guide each run; cost stays ~$1.92/day ≈ $58/mo Gemini):
`*/30 * * * * cd /root/Projects/interiordesignershowroom && /usr/local/bin/node scripts/gen-guide.js >> tmp/guide-gen.log 2>&1`
ALT: keep both crons (2 rooms + 1 guide per 30 min) ≈ $3.84/day ≈ $116/mo.