59fea610aa5246b2d448483e46bcca363744ec01
Callaba On-Premise Installation on Linux
Requirements
- Ubuntu 22.04
- Docker
Preparation
-
Clone the repository:
git clone https://gitlab.callabacloud.com/callaba-8/linux.git -
Navigate to the folder:
cd linux/ -
Update packages and install requirements. If the machine is clean, you can simply run:
bash prepare.sh
Installation
After the requirements are installed, run the installation script. When prompted, enter your login and password for the registry:
bash install.sh
Update
To update Callaba, run the following command:
bash update.sh
Rollback
If something goes wrong, rollback the application using:
bash rollback.sh
Removal
To remove Callaba, run the following command. Note: This will delete all data and images:
bash remove.sh
Description
Languages
Shell
100%