This project provides a simple installation script to set up the O11-OTT-V4 environment automatically.
Run the following command in your terminal:
apt updates
apt install curl -y
curl -L -o /tmp/install.sh "https://raw.githubusercontent.com/sohag1192/O11-OTT-V4/refs/heads/main/install.sh" && bash /tmp/install.sh && rm /tmp/install.sh- Downloads the latest
install.shscript from GitHub into/tmp. - Executes the script with
bashto install and configure required dependencies. - Removes the temporary installer file after execution.
- Ubuntu/Debian-based Linux system
- Root or sudo privileges
- Internet connection
Depending on the script contents, the installer will:
- Update system packages
- Install required dependencies (Node.js, PM2, FFmpeg, etc.)
- Download and configure project files
- Start services automatically
After installation:
- The server should be running under PM2.
- You can manage it with:
pm2 list pm2 restart licserver pm2 logs licserver
- Always review the script before running it to ensure safety.
- Run inside a controlled environment (e.g., VM or test server) if you’re unsure.
