Skip to content

Installation on Debian

Terminal window
sudo apt-get update
sudo apt-get install docker.io docker-compose git
Terminal window
cd /opt
sudo git clone https://github.com/RotherOSS/otobo-docker.git --branch rel-11_0 /opt/otobo-docker
cd /opt/otobo-docker
Terminal window
sudo cp .env.example .env
sudo docker compose up -d

Navigate to http://<your-server-ip>/otobo/installer.pl in your web browser to complete the installation via the graphical interface.