The installation script provides two primary deployment paths. You can choose the variant that best suits your environment directly during execution.
terminal
CLEAN Installation
Performs a fresh, native installation directly on your host operating system. This traditional method is ideal for standalone servers and environments where virtualization is not required.
inventory_2
DOCKER Installation
Deploys the application as an isolated, containerized service. This method bundles all necessary dependencies, ensuring a consistent and secure environment while simplifying updates and rollbacks.
Disclaimer: This script is provided "as is", without warranty of any kind. Use it at your own risk. It is highly recommended to review the code and create a full system backup before execution.
Please select a system to view the install/uninstall script.