Skip to content

Installation on RHEL

Terminal window
sudo dnf install epel-release
sudo dnf install docker docker-compose git
sudo systemctl enable --now docker
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.