The license server is distributed as a tar file to be unpacked and
installed in the
directory /opt/acumem/license-server
.
The license server will store runtime information in
/var/opt/acumem/license-server
. Licenses
are stored
in /var/opt/acumem/license-server/licenses
.
The license server is designed to be run by the root user per default. If this is not the case, make sure that these directories exists and that the selected license server account has full access rights.
Configure the system to start the license server by placing the
following command in /etc/rc.local
or the
corresponding file on your system:
/opt/acumem/license-server/bin/license-server --start --port port
Where port is the TCP port number on which the server shall listen for client connections.