FIXEdge Java 1.11.0 and Later: Installation on Linux using packages
Prerequisites
The minimum recommended version of RHEL is 7 or higher
Installation
First of all, download the FEJ distribution. The recent version of the packages is available at https://clientspace.b2bits.com/
The packages names look like:RHEL package:
fixedge-java-1.8.0.268-1.el7.x86_64.rpmDebian package:
fixedge-java_1.8.0.268_amd64.deb.
To install the package on RHEL, run the following command as a root or using
sudo(installation requires superuser permissions):yum install ./fixedge-java-1.8.0.268-1.el7.x86_64.rpmTo install the package on Ubuntu, run the following command (installation requires superuser permissions):
sudo apt install ./fixedge-java_1.8.0.268_amd64.debThe FIXEdge Java package has the following structure:
Copy the license file (
fixaj2-license.bin) to the configuration directory (/etc/fixedge-java).The installation creates the
fixedge-javagroup. So if it's required to get access to the logs or configuration from another user, the user should be added to thefixedge-javagroup.
On RHEL it can be done with the command:Make sure that the license file is also accessible by the
fixedge-javagroup.
Run FIXEdge Server
cd /usr/bin/fixedge-java/
./FIXEdgeJUninstall package
To uninstall the package on RHEL, run the following command as a root or using sudo (installation requires superuser permissions):
yum remove fixedge-javaTo uninstall the package on Ubuntu, run the following command (installation requires superuser permissions):
sudo apt remove fixedge-java