Callaba On-Premise 8.1 Installation

Requirements

  • Ubuntu 22.04
  • Docker

Step 1. Download installation files

  • Open terminal and clone the repository:

    git clone https://gitlab.callabacloud.com/callaba-8/linux-8.1.git
    
  • Navigate to the folder:

    cd linux-8.1/
    

Step 2. Installation with regular CPU transcoding usage

After the requirements are installed, run the installation script. When prompted, enter your login and password for the registry:

sudo bash install.sh 8.1.NDI.pre

Or installation with NVIDIA GPU support

After the requirements are installed, run the installation script. When prompted, enter your login and password for the registry:

sudo bash install.sh 8.1.NDI.pre nvidia

Or installation with XILINX accelerated transcoding support

After the requirements are installed, run the installation script. When prompted, enter your login and password for the registry:

sudo bash install.sh 8.1.NDI.pre xilinx

Step 3. Launch Callaba Dashboard

After installation, please wait 2-3 minutes for the dashboard to initialize. It will be available at host IP of the machine.

Image Description

Step 4. Login & subscribe to Callaba Dashboard

By default, the login and password are admin/password. To purchase a license, use your account. for on-premise version.

Update or deploy a custom build version

To update Callaba, run the following command:

sudo bash update.sh VERSION GPU_TYPE (nvidia | xilinx or cpu)

Uninstall

To remove Callaba, run the following command. Note: This will delete all data and images:

sudo bash remove.sh

Reset password

To reset Callaba password, run the following command:

sudo bash remove.sh

Upgrade from Version 7

  1. Export all settings from version 7 by navigating to General settingsExport settings.
  2. Run the command:
    bash remove.sh
    
  3. Clone this repository to install version 8.1.
  4. Run the installation command based on your preferred hardware acceleration.

Contact support

Use the Contact Support button directly from your dashboard.

Image Description

Description
No description provided
Readme 220 KiB
Languages
Shell 100%