91 lines
2.3 KiB
Markdown
91 lines
2.3 KiB
Markdown
# Callaba On-Premise 8.1 Installation
|
|
|
|
## Requirements
|
|
|
|
- Ubuntu 22.04
|
|
- Docker
|
|
|
|
## Step 1. Download installation files
|
|
|
|
- Open terminal and clone the repository:
|
|
```console
|
|
git clone https://gitlab.callabacloud.com/callaba-8/linux-8.1.git
|
|
```
|
|
|
|
- Navigate to the folder:
|
|
```console
|
|
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:
|
|
```console
|
|
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:
|
|
```console
|
|
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:
|
|
```console
|
|
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 <a href="http://127.0.0.1" target="_blank">host IP of the machine</a>.
|
|
|
|

|
|
|
|
|
|
## Step 4. Login & subscribe to Callaba Dashboard
|
|
By default, the login and password are `admin/password`. To purchase a license, use your [personal account](https://callaba.io/auth/sign-in) for on-premise.
|
|
|
|
|
|
## Update or deploy a custom build version
|
|
|
|
To update Callaba, run the following command:
|
|
```console
|
|
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:
|
|
```console
|
|
sudo bash remove.sh
|
|
```
|
|
|
|
## Reset password
|
|
|
|
To reset Callaba password, run the following command:
|
|
```console
|
|
sudo bash remove.sh
|
|
```
|
|
|
|
## Upgrade from Version 7
|
|
|
|
1. Export all settings from version 7 by navigating to **General settings** → **Export settings**.
|
|
2. Run the command:
|
|
```bash
|
|
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.
|
|
|
|

|
|
|
|
|
|
|