Base Installation steps
Base Installation steps
cQube_Base Installation:
Open Terminal
Navigate to the directory from where cQube_Base can be downloaded or cloned
cd cQube_Base/ git checkout release-3.6Copy the config.yml.template to config.yml
cp config.yml.template config.ymlEdit using
nano config.ymlIf you are opting for storage_type as s3. Copy the aws_s3_config.yml.template to aws_s3_config.yml
cp aws_s3_config.yml.template aws_s3_config.ymlEdit using
nano aws_s3_config.ymlIf you are opting for storage_type as local. Copy the local_storage_config.yml.template to local_storage_config.yml
cp local_storage_config.yml.template local_storage_config.ymlcQube_Base installation process installs the components in a sequence as mentioned below:
Installs Ansible
Installs OpenJDK
Installs Python, pip and flask
Installs PostgreSQL
Installs NodeJS
Installs Angular and Chart JS
Installs Apache NIFI
Installs Keycloak
Installs Grafana
Installs Prometheus and node exporter
Save and Close the file
Give the following permission to the install.sh file
chmod u+x install.shInstall cQube using the non-root user with sudo privilege
Configuration filled in config.yml will be validated first. If there is any error during validation, you will be prompted with the appropriate error message and the installation will be aborted. Refer the error message and solve the errors appropriately, then re-run the installation script
sudo ./install.shStart the installation by running install.sh shell script file as mentioned below:
sudo ./install.sh
Once installation is completed without any errors, you will be prompted the following message. CQube installed successfully!!
Last updated
Was this helpful?