Initial commit

This commit is contained in:
dev
2024-12-10 21:46:48 +02:00
parent c018886969
commit 59fea610aa

View File

@@ -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
```