Set up the MultiFlexi automation platform on your Debian or Ubuntu system
Install prerequisites needed for secure APT repository access.
sudo apt update && sudo apt install -y lsb-release apt-transport-https bzip2 ca-certificates curlChoose your preferred repository channel and configure it interactively.
Stable releases — recommended for production systems
File path:
Select your distribution above to generate customized configuration
Development builds — latest features, may be unstable
File path:
Select your distribution above to generate customized configuration
sudo apt updatephp-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)).sudo apt install multiflexi-mysqlsudo apt install multiflexi-pgsqlsudo apt install multiflexi-sqliteSearch the repository for MultiFlexi application packages:
apt search multiflexi