Before you begin installing Traverse, make sure that there are no web servers or databases operating on the server. This creates port conflicts that might prevent Traverse from starting.
Traverse is distributed as a single self-extracting executable file (traverse-x.y.z-windows.exe
) for Windows platforms, and a compressed archive (tar.gz) file called traverse-x.y.z-OS.tar.gz
for UNIX platforms.
In addition to the installation file, you need a license key to use Traverse. This can be either a limited-time trial key, or a permanent key based on the terms of your purchase.
Contents of <TRAVERSE_HOME>
The following table lists the contents of the <TRAVERSE_HOME>
directory:
Directory |
Description |
|
Supporting applications required for Traverse. |
|
Utility software for Traverse components. |
|
Runtime database for tests and provisioning. |
|
Configuration files and startup scripts. |
|
Component libraries. |
|
Error and debug log files. |
|
User custom actions and monitors. |
|
Useful utility tools. |
|
The Web Application. |
Note: References to <TRAVERSE_HOME>
indicate the top-level home directory into which you installed Traverse. By default, this is \Program Files (x86)\Traverse
on Windows and /usr/local/traverse
on UNIX.
Installing Traverse on Windows
traverse-x.y.z-windows.exe
.Installing Traverse on UNIX Platforms
cd /tmp
cp /download/dir/traverse-x.y.z-platform.tar.gz
Note: (Solaris only) Use the GNU version of tar instead of the native tar utility in the following command.
gunzip -c traverse-x.y.z-platform.tar.gz | tar xpf -
cd traverse-x.ysu root
traverse-x.y/etc/licenseKey.xml
su root
sh ./install.sh