Aller au contenu

Installation sur CentOS

Fenêtre de terminal
sudo yum install epel-release
sudo yum 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://<ihre-server-ip>/otobo/installer.pl pour terminer l’installation via l’interface graphique.