Linux
Debian based systems (Ubuntu, Raspbian etc.)
To install:
Get the .deb file from our downloads page, or copy and paste the download URL from there for use with curl, wget or similar. Save the downloaded file on your machine, e.g., to /tmp folder, and install it using:
sudo apt-get install <pathtodownloadedpackage>
Service will start as agms.
To upgrade:
Stop the service agms
sudo systemctl stop agms
Then:
sudo apt-get upgrade <pathtodownloadedpackage>
To uninstall:
Stop the service agms
sudo systemctl stop agms
Be patient, it may take up to 30 seconds.
Then:
sudo apt-get remove agms
RH Linux based (CentOS, Fedora etc.)
To install:
Get the .rpm file from our downloads page, or copy and paste the download URL from there for use with curl, wget or similar. Save the downloaded file on your machine, e.g., to /tmp folder, and install it using:
sudo yum install <pathtodownloadedpackage>
Service will start as agms.
To upgrade:
Stop the service agms
sudo yum stop agms
Then:
sudo yum upgrade <pathtodownloadedpackage>
To uninstall:
Stop the service agms
sudo yum stop agms
Be patient, it may take up to 30 seconds.
Then:
sudo yum remove agms
Server can be set up and controlled as described at Control.
Questions? Contact us at here!