Installation on Ubuntu
1. Install Docker and Docker Compose
Section titled “1. Install Docker and Docker Compose”sudo apt-get updatesudo apt-get install docker.io docker-compose git2. 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.