Aller au contenu

Installation sur RHEL

Fenêtre de terminal
sudo dnf install epel-release
sudo dnf install docker docker-compose git
sudo systemctl enable --now docker
Fenêtre de terminal
cd /opt
sudo git clone https://github.com/RotherOSS/otobo-docker.git --branch rel-11_0 /opt/otobo-docker
cd /opt/otobo-docker
Fenêtre de terminal
sudo cp .env.example .env
sudo docker compose up -d

Naviguez dans votre navigateur Web vers http://<votre-ip-serveur>/otobo/installer.pl pour terminer l’installation via l’interface graphique.