2024-12-10 21:46:48 +02:00
2024-12-10 21:38:48 +02:00
2024-12-10 21:38:48 +02:00
2024-12-10 21:38:48 +02:00
2024-12-10 21:38:48 +02:00
2024-12-10 21:38:48 +02:00
2024-12-10 21:38:48 +02:00
2024-12-10 21:46:48 +02:00
2024-12-10 21:38:48 +02:00
2024-12-10 21:38:48 +02:00
2024-12-10 21:38:48 +02:00
2024-12-10 21:38:48 +02:00

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
No description provided
Readme 220 KiB
Languages
Shell 100%