Skip to content

Installation

QUIQQER installations are created with the official installer. The installer sets up the base system so packages, projects, and developer tooling can be used afterwards.

Official Installation Guide

Use the official installation guide for the current installation flow:

The guide covers the PHAR installer and command-line setup. Follow it first when you need a new system.

What The Installation Prepares

A QUIQQER installation provides the runtime directories, configuration, database connection, administration interface, package handling, and setup/update workflows used by the platform.

During installation you configure values such as:

  • host and domain
  • QUIQQER root path
  • URL path
  • package path
  • project path
  • runtime data path
  • database connection
  • initial users and projects

Requirements

QUIQQER requires a PHP runtime, a supported database setup, a web server, and the PHP extensions required by the installed packages.

For development work with current packages, expect PHP 8.1 or newer and common extensions such as:

  • ext-curl
  • ext-dom
  • ext-filter
  • ext-iconv
  • ext-intl
  • ext-libxml
  • ext-mbstring
  • ext-openssl
  • ext-pdo
  • ext-posix
  • ext-zip

Next Steps

After the installation is available:

Released under GPL-3.0-or-later.