Instaliraj MultiFlexi

Postavite platformu za automatizaciju MultiFlexi na svom Debian ili Ubuntu sustavu

Korak 1: Pripremite svoj sustav

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 APT repozitorij

Choose your preferred repository channel and configure it interactively.

Produkcijski repozitorij Stabilno

Stabilna izdanja — preporučeno za produkcijske sustave

The main component is always required.

Uvezi GPG ključ

Stvori konfiguracijsku datoteku

File path:

Naredba za brzu instalaciju: Kopirajte ovo u svoj terminal:

Select your distribution above to generate customized configuration

Testni repozitorij Testiranje

Razvojne verzije — najnovije značajke, mogu biti nestabilne

The main component is always required.

Uvezi GPG ključ

Stvori konfiguracijsku datoteku

File path:

Naredba za brzu instalaciju: Kopirajte ovo u svoj terminal:

Select your distribution above to generate customized configuration

Korak 3: Ažurirajte izvore

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: Instalirajte za odabranu bazu podataka
sudo apt install multiflexi-mysql
sudo apt install multiflexi-pgsql
sudo apt install multiflexi-sqlite

Korak 5: Otkrijte dostupne aplikacije

Pretražite repozitorij za pakete aplikacija MultiFlexi:

apt search multiflexi