Namesti MultiFlexi

Nastavite platformo za avtomatizacijo MultiFlexi v svojem sistemu Debian ali Ubuntu

Korak 1: Pripravite svoj sistem

Install prerequisites needed for secure APT repository access.

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

Korak 2: Konfigurirajte repozitorij APT

Choose your preferred repository channel and configure it interactively.

Produkcijski repozitorij Stabilno

Stabilne izdaje — priporočeno za produkcijske sisteme

The main component is always required.

Uvozi ključ GPG

Ustvari konfiguracijsko datoteko

File path:

Ukaz za hitro namestitev: Kopirajte to v svoj terminal:

Select your distribution above to generate customized configuration

Testni repozitorij Testiranje

Razvojne gradnje — najnovejše funkcije, lahko nestabilne

The main component is always required.

Uvozi ključ GPG

Ustvari konfiguracijsko datoteko

File path:

Ukaz za hitro namestitev: Kopirajte to v svoj terminal:

Select your distribution above to generate customized configuration

Korak 3: Posodobite vire

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)).
Korak 4: Namestite za izbrano podatkovno zbirko
sudo apt install multiflexi-mysql
sudo apt install multiflexi-pgsql
sudo apt install multiflexi-sqlite

Korak 5: Odkrijte razpoložljive aplikacije

Poiščite pakete aplikacij MultiFlexi v repozitoriju:

apt search multiflexi