📋 Operational Runbooks

Standard operating procedures for the Funday platform.

Quick Reference

RunbookWhen to Use
Frontend RebuildAfter SvelteKit changes
Nakama RestartAfter Go module changes
Hugo Docs UpdateAfter adding/editing docs
Hermes RestartAfter config changes

Frontend Rebuild

cd /home/usr/funday/frontend
pnpm build
# Restart handled by systemd or PM2

Hugo Docs Update

# Hugo dev server auto-reloads on file changes
# For manual rebuild:
cd /home/usr/funday/dev/docs
hugo --minify

Hermes Config Reload

# Config changes apply to new sessions automatically
# To restart the gateway:
sudo systemctl restart hermes-gateway

0 items under this folder.