Skip to content

Operators

This section is for people who install, update, deploy, and maintain QUIQQER systems.

Operating QUIQQER includes installation, package updates, setup runs, runtime directories, cache handling, backups, deployment environments, logs, and server configuration.

Operator Responsibilities

  • keep PHP, database, web server, and cron environment ready for the installed packages
  • install QUIQQER and document installation paths
  • update packages and run setup workflows
  • keep runtime directories writable for the web server user
  • clear caches after relevant changes
  • review logs after deployments, updates, and incidents
  • prepare backups before maintenance work
  • regenerate web server files when routing rules change

Operator Documentation

TaskDocumentation
Work with maintenance commandsConsole
Understand system configurationConfiguration
Update packages and run setupUpdates and Setup
Clear caches and inspect logsCache and Logs
Maintain Apache or NGINX routing filesWeb Server
Install from the official guideInstallation

Operating Model

QUIQQER separates source packages, project files, runtime data, and generated web server files. Normal maintenance work should use the provided console tools and package workflows instead of manually changing generated files.

Before every production update, prepare a rollback path. At minimum, keep a current database backup, a file backup of the installation, and a note of the package versions that are being changed.

  • CLI explains how packages register their own console tools.
  • Package Development explains package structure and runtime paths.
  • XML Configuration explains package files imported during setup and updates.

Released under GPL-3.0-or-later.