Linux self-hosted live streaming solution installation guide

To purchase a license for a self-hosted streaming software, please contact the Customer Support Center: [email protected].
Requirements
• docker
• docker-compose
Prepare
1. Clone this repo
git clone https://gitlab.callabacloud.com/callaba-cloud/linux.git
2. Move to folder
cd linux\
3. Update packages and install the required ones.
In case if you are using a clean machine, you simply can run this coomand :
bash prepare.sh
Install
Once the required packages have been installed, run an installation script. Type login and password from registry.
bash install.sh
Update
To update Callaba, run the following command :
bash update.sh
Rollback
If something went wrong, you can rollback the application by using this command :
bash rollback.sh
Remove
Run this command to remove Callaba Cloud. All data, files and images will be deleted as well.
bash remove.sh