c0188869698384a914f3cbab9ff700cd7cb5f5c4
Callaba Cloud install on Linux
Requirements
- ubuntu 22.04
- docker
Prepare
- Clone this repo
git clone https://gitlab.callabacloud.com/callaba-8/linux.git
- Move to folder
cd linux\
- Update packages and install requirements. Or if it clean machine you just can run
bash prepare.sh
Install
After requirements has been installed, run installation script and type login and password from registry
bash install.sh
Update
For update Callaba run update.sh
bash update.sh
Rollback
If something went wrong rollback app
bash rollback.sh
Remove
For remove. All data and images will be delete
bash remove.sh
Description
Languages
Shell
100%