diff --git a/README.md b/README.md index f0eec17..b942864 100644 --- a/README.md +++ b/README.md @@ -1,46 +1,50 @@ -# Callaba Cloud install on Linux +# Callaba On-Premise Installation on Linux ## Requirements -- ubuntu 22.04 -- docker +- Ubuntu 22.04 +- Docker -## Prepare +## Preparation -- Clone this repo -```console -git clone https://gitlab.callabacloud.com/callaba-8/linux.git -``` -- Move to folder -```console -cd linux\ -``` -- Update packages and install requirements. Or if it clean machine you just can run -```console -bash prepare.sh -``` -## Install +- Clone the repository: + ```console + git clone https://gitlab.callabacloud.com/callaba-8/linux.git + ``` -After requirements has been installed, run installation script and type login and password from registry +- Navigate to the folder: + ```console + cd linux/ + ``` + +- Update packages and install requirements. If the machine is clean, you can simply run: + ```console + bash prepare.sh + ``` + +## Installation + +After the requirements are installed, run the installation script. When prompted, enter your login and password for the registry: ```console bash install.sh ``` + ## Update -For update Callaba run update.sh +To update Callaba, run the following command: ```console bash update.sh ``` + ## Rollback -If something went wrong rollback app +If something goes wrong, rollback the application using: ```console bash rollback.sh ``` -## Remove -For remove. All data and images will be delete +## Removal + +To remove Callaba, run the following command. **Note:** This will delete all data and images: ```console bash remove.sh -``` -