Aller au contenu

Installation sur Debian

Fenêtre de terminal
sudo apt-get update
sudo apt-get install docker.io docker-compose git
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.