Base Installation steps
Base Installation steps
cQube_Base Installation:
Open Terminal
Navigate to the directory from where cQube_Base can be downloaded or cloned
Copy the config.yml.template to config.yml
Edit using
nano config.yml
If you are opting for storage_type as s3. Copy the aws_s3_config.yml.template to aws_s3_config.yml
Edit using
nano aws_s3_config.yml
If you are opting for storage_type as local. Copy the local_storage_config.yml.template to local_storage_config.yml
cQube_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
Install 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.sh
Start the installation by running install.sh shell script file as mentioned below:
Once installation is completed without any errors, you will be prompted the following message. CQube installed successfully!!
Last updated