![]() | Caution |
---|---|
The Java-based FlowTraq desktop client is provided only for historical reasons. New feature developments in the FlowTraq user interface are focused only on the HTML5 web client. Several key features are not available in the desktop client. |
Before installing FlowTraq Client, please note the following:
![]() | Caution |
---|---|
FlowTraq Client requires a Java Runtime Environment (JRE), version 1.5-1.7, provided by Sun Microsystems/Oracle. If you do not have a compatible Java Runtime Environment installed, please visit http://java.com/ to download and install a compatible JRE before proceeding. JRE 1.8 has been shown to potentially cause issues with the FlowTraq Desktop Client; if you experience instability using JRE 1.8, downgrade to 1.7. |
On the Windows platform, FlowTraq Client is distributed as a self-extracting installer.
Install FlowTraq Client by taking the following steps.
Download the installer from the FlowTraq download site.
Double-click the file to launch the installer, then follow the on-screen instructions to complete the installation process.
Review the license agreement and click the radio button to indicate your acceptance, then click "Next" .
Click "Install" to install FlowTraq Client.
Launch FlowTraq Client from the Start Menu.
On Mac OS X, FlowTraq Client is distributed as a mountable DMG disk image containing the application.
On Unix platforms, FlowTraq Client is installed with a universal install script that installs client libraries and startup scripts, similarly to FlowTraq Server. The Unix platforms supported by FlowTraq Client are the same as those supported by FlowTraq Server.
To install FlowTraq Client, take the following steps.
Download the universal Unix installer (
FlowTraq-QX_XX-PLATFORM.sh.gz
, whereQX_XX
represents the current version of FlowTraq).Unzip the installer:
$ gunzip FlowTraq-QX_XX-PLATFORM.sh.gz
This produces
FlowTraq-QX_XX-PLATFORM.sh
.Run the installer with superuser privileges, either by running as root or via
sudo
:$ sudo sh FlowTraq-QX_XX-PLATFORM.sh
Press
[SPACE]
to page through the license agreement, and typeYES
when prompted to indicate your acceptance.You will be asked to select the installation directory. You can press
[ENTER]
to accept the default installation directory, or you can specify your own.A link to the startup script will be placed in
/usr/local/bin
. If your path contains that directory, you can launch FlowTraq Client by invoking theflowtraq-client
. Otherwise, invoke/usr/local/bin/flowtraq-client
.