WAFio Control Plane Bundle — v1.3.0
========================================

Quick install (requires root, PostgreSQL + TimescaleDB already running):
  sudo bash install.sh

Manual start:
  1. Create /etc/wafio/config.yaml  (see https://docs.wafio.io/config)
  2. ./wafio migrate up
  3. ./wafio serve

Ports:
  :9087  — HTTP (web UI + REST API)
  :9090  — gRPC (agent connections)

Includes:
  wafio          — control plane binary
  frontend/      — web dashboard assets
  migrations/    — PostgreSQL schema migrations (applied automatically by install.sh)
  install.sh     — full stack installer
  README.txt     — this file

License portal: https://portal.wafio.io
