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.
- Run
composer install. - Configure MariaDB credentials in
.env. - Run
php bin/golive install admin@example.com password. - 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.