Installation on CentOS
1. Install Docker and Docker Compose
Section titled “1. Install Docker and Docker Compose”sudo yum install epel-releasesudo yum install docker docker-compose gitsudo systemctl enable --now docker2. Clone the OTOBO repository
Section titled “2. Clone the 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 the installation
Section titled “4. Complete the installation”Navigate to http://<your-server-ip>/otobo/installer.pl in your web browser to complete the installation via the graphical interface.