Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To install the DualShield Server on a Linux server machine, download the installation file "setupdualshield-xxxx-yyyy.bin" in which xxxx is the version number and yyyy is the build number, e.g. "setupdualshield64-6.0.0.0228.bin".

Download the installer

To install the entire DualShield Authentication platform or some of its components, download the installation file setupdualshieldxxx.bin in which xxx is the version & build number, e.g. setupdualshield64-6.0.0.0228.bin.

However Please note that the downloaded installation file is not executable. You need to use root account , you need to execute command "chmod" in order to change the privilege of the filemake it executable, e.g. "chmod

Code Block
languagebash
chmod a+

...

x setupdualshield64-6.0.0.0228.bin

...

Install Dependencies

In some editions of Linux OS, you might need to install the following dependencies first.

CentOS - RHEL - Fedora

For RPM based Linux, e.g. CentOS, RedHat and Fedora etc

Code Block
languagebash
yum install -y perl-Module-Install.noarch libaio fontconfig
# or
dnf install -y perl-Module-Install.noarch libaio fontconfig
Debian - Ubuntu

For Debian based Linux, e.g. Ubuntu:

Code Block
apt-get install libaio1

Add hostname into the hosts file:

echo "127.0.0.1 $(hostname)" >> /etc/hosts