System Requirements

System requirements for the installation.

The requirements are fairly standard for a web server running PHP, also on shared hosting.

RequirementVersionDetails
Composer>= 2.2Composer is the back-end package manager
HTTP serverExamples: nginx, Apache
PHP>= 8.1
PHP extensions
  • BCMath
  • GD
  • JSON
  • Mbstring
  • OpenSSL
  • PDO
  • XML
SQL databaseExamples: MySQL, MariaDB, PostgreSQL
Yarn>= 1.20Yarn is the front-end package manager. This is strictly not necessary to install on the server as you can build the front-end assets locally as well.
Last modified November 30, 2022: First iteration of documentation (0fb6d28)