Zainstaluj MultiFlexi

Skonfiguruj platformę automatyzacji MultiFlexi w systemie Debian lub Ubuntu

Krok 1: Przygotuj system

Install prerequisites needed for secure APT repository access.

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

Krok 2: Skonfiguruj repozytorium APT

Choose your preferred repository channel and configure it interactively.

Repozytorium produkcyjne Stabilne

Wydania stabilne — zalecane dla systemów produkcyjnych

The main component is always required.

Zaimportuj klucz GPG

Utwórz plik konfiguracyjny

File path:

Polecenie szybkiej instalacji: Skopiuj i wklej to do terminala:

Select your distribution above to generate customized configuration

Repozytorium testowe Testowe

Wersje deweloperskie — najnowsze funkcje, mogą być niestabilne

The main component is always required.

Zaimportuj klucz GPG

Utwórz plik konfiguracyjny

File path:

Polecenie szybkiej instalacji: Skopiuj i wklej to do terminala:

Select your distribution above to generate customized configuration

Krok 3: Zaktualizuj źródła

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)).
Krok 4: Zainstaluj dla wybranej bazy danych
sudo apt install multiflexi-mysql
sudo apt install multiflexi-pgsql
sudo apt install multiflexi-sqlite

Krok 5: Odkryj dostępne aplikacje

Wyszukaj w repozytorium pakiety aplikacji MultiFlexi:

apt search multiflexi