MultiFlexi installeren

Stel het MultiFlexi-automatiseringsplatform in op uw Debian- of Ubuntu-systeem

Stap 1: Bereid uw systeem voor

Install prerequisites needed for secure APT repository access.

sudo apt update && sudo apt install -y lsb-release apt-transport-https bzip2 ca-certificates curl

Stap 2: Configureer de APT-repository

Choose your preferred repository channel and configure it interactively.

Productierepository Stabiel

Stabiele releases — aanbevolen voor productiesystemen

The main component is always required.

GPG-sleutel importeren

Configuratiebestand maken

File path:

Opdracht voor snelle installatie: Kopieer en plak dit in uw terminal:

Select your distribution above to generate customized configuration

Testrepository Testing

Ontwikkelbuilds — nieuwste functies, kunnen instabiel zijn

The main component is always required.

GPG-sleutel importeren

Configuratiebestand maken

File path:

Opdracht voor snelle installatie: Kopieer en plak dit in uw terminal:

Select your distribution above to generate customized configuration

Stap 3: Werk de bronnen bij

sudo apt update
multiflexi-server (the REST API) requires PHP Slim 4. No supported Debian/Ubuntu release packages that in its own archive — Debian 12, Ubuntu 22.04 and 24.04 don't ship php-slim at all, and Debian 13 (Trixie) ships Slim 3, which is incompatible. VitexSoftware publishes its own Slim 4 php-slim package for every supported distro via the repository configured above; as long as it's enabled, apt installs the correct version automatically (its dependency is pinned to php-slim (>= 4)).
Stap 4: Installeer voor de gekozen database
sudo apt install multiflexi-mysql
sudo apt install multiflexi-pgsql
sudo apt install multiflexi-sqlite

Stap 5: Ontdek beschikbare applicaties

Zoek in de repository naar MultiFlexi-applicatiepakketten:

apt search multiflexi