📋 Operational Runbooks#
Standard operating procedures for the Funday platform.
Quick Reference#
| Runbook | When to Use |
|---|---|
| Frontend Rebuild | After SvelteKit changes |
| Nakama Restart | After Go module changes |
| Hugo Docs Update | After adding/editing docs |
| Hermes Restart | After config changes |
Frontend Rebuild#
cd /home/usr/funday/frontend
pnpm build
# Restart handled by systemd or PM2Hugo Docs Update#
# Hugo dev server auto-reloads on file changes
# For manual rebuild:
cd /home/usr/funday/dev/docs
hugo --minifyHermes Config Reload#
# Config changes apply to new sessions automatically
# To restart the gateway:
sudo systemctl restart hermes-gateway