Building Install Script
NOTE:
This step assumes that you have installed Quantotto Server CLI, deployed product and created customer.
NOTE:
Building Install Script is done by running
qtoserver agent buildscript
:$ qtoserver agent buildscript --help Usage: qtoserver agent buildscript [OPTIONS] Builds self-contained install script for Quantotto agent Options: --output-file TEXT Path to output install script [required] --site-name TEXT Agent's site name [default: main; required] --help Show this message and exit.
-
SSH into Quantotto Server
-
Run:
qtoserver agent buildscript --output-file install_agent.sh --site-name main
You can choose different output script location and different site name.
Site should exist in the system and match the location of agent to be deployed. -
When script is done, assuming no errors, it will show you further instructions:
****************************************************************** Build script was generated successfully at install_agent.sh - Copy the script to target machine - Make sure to add exec permissions 'chmod ugo+x install_agent.sh' - Run the script to install Quantotto Agent './install_agent.sh' ******************************************************************