Installing Quantotto Agent
-
SSH into Quantotto Agent machine
-
Create user
quantotto
and add current user toquantotto
group:sudo useradd quantotto sudo usermod -aG quantotto $USER
-
Logout and login again
-
Verify that user is part of the
quantotto
group:$ groups quser adm cdrom sudo dip plugdev lxd docker quantotto
- Copy the Install script from previous step to target machine
Install script contains an archive that will be extracted during installation
Make sure to use Binary mode when copying the script -
Add Exec permissions to script file. Assuming script name is
install_agent.sh
, the command should be:chmod ugo+x install_agent.sh
-
Run the script (assuming script name is
install_agent.sh
):./install_agent.sh
Installation process will download and setup third party libraries as well as Quantotto Agent CLI.
-
When complete, you should see a success message:
*********************************************************************** Quantotto Agent installed successfully. Please logout / login for environment variables to take effect ***********************************************************************
- Logout / login for environment variables to take effect; alternatively you can
source /etc/profile.d/quantotto.sh