Documentation

GoLive Docs

Operational documentation for the GoLive marketing site.

Quick start

Install dependencies with Composer, configure .env, run migrations, create the first admin, then rebuild the public site.

  1. Run composer install.
  2. Configure MariaDB credentials in .env.
  3. Run php bin/golive install admin@example.com password.
  4. Run php bin/golive rebuild.

Theme development

Themes live in themes/<slug> and provide Twig templates plus static assets. Public assets are copied to /assets/themes/<slug>/ during rebuild.

Static rendering

Pages, posts, archives, comments snapshots, RSS, and sitemap files are generated into the public directory. Normal public page views do not need MariaDB.