Installation¶
Installation requirements¶
Supported Operating Systems¶
We support all Linux distributions in this product, except that currently SELinux is not supported.
We have tested this product with Ubuntu Linux 24.10 and 25.10.
Installation¶
- First enter the root shell by executing
sudo -i, - change directory to where the installation script resides,
- then see the available install option with
install.bash --help, - then execute the
install.bashscript and answer the questions.
See the "Installation" page for all the info about the installation process.
Options¶
--kollibre-domain KOLLIBRE_DOMAIN— main server domain to configure for--kollibre-http-port KOLLIBRE_HTTP_PORT— http port to start the web container on--kollibre-public-url KOLLIBRE_PUBLIC_URL— public service URL of the service--kollibre-ssl-certificate KOLLIBRE_SSL_CERTIFICATE— location of Kollibre SSL certificate to be used for proxy--kollibre-ssl-certificate-key KOLLIBRE_SSL_CERTIFICATE_KEY— location of Kollibre SSL certificate key to be used for proxy--lb-ip-address LB_IP_ADDRESS— IP address to run on
SSL¶
Be sure to change the location of SSL certificate variables because Kollibre does not generate the SSL certificates.
The kollibre-ssl-certificate and kollibre-ssl-certificate-key variables
default to kollibre.crt and kollibre.pk inside the
/usr/local/bin/onteon-node-manager/store/certs directory.
Removal¶
WARNING: The remove.bash script deletes all data.
- First enter the root shell by executing
sudo -i, - then run the
remove.bashscript.