Install

General 2023-11-30 11:00

Install

How to install your own instace on-premise.

It is strongly recommended to use PHP-FPM behind NGINX, at least for production.

Groundwork

Do the following installation instructions.

Afterwards install the following packages.

  • ImageMagick-devel

Now install the needed PHP packages.

  • php-apcu
  • php-gettext
  • php-ldap
  • php-mbstring
  • php-redis
  • php-uuid

Additionally there are some extensions to install.

  • pecl install mongodb
  • pecl install imagick

If STOMP (message queueing) is needed, then the following extension is needed too.

  • pecl install stomp

Application

Set into operation.