Installation on RHEL
1. Install Docker and Docker Compose
Section titled “1. Install Docker and Docker Compose”sudo dnf install epel-releasesudo dnf install docker docker-compose gitsudo systemctl enable --now docker2. Clone OTOBO repository
Section titled “2. Clone OTOBO repository”cd /optsudo git clone https://github.com/RotherOSS/otobo-docker.git --branch rel-11_0 /opt/otobo-dockercd /opt/otobo-docker3. Configure and start OTOBO
Section titled “3. Configure and start OTOBO”sudo cp .env.example .envsudo docker compose up -d4. Complete installation
Section titled “4. Complete installation”Navigate to http://<your-server-ip>/otobo/installer.pl in your web browser to complete the installation via the graphical interface.