Installing the Spotfire Server files (tarball Linux)
You can install the Spotfire Server files on Linux using the tarball installer.
About this task
- For security and product performance reasons, install Spotfire Server on a different computer than the database.
- You might need to configure Security-Enhanced Linux in your system, if enabled, to install the Spotfire Server using the tarball. Check the corresponding documentation for your operating system.
Procedure
Customizing your installation
You can make your tarball installation more streamlined by using
commands as in the following example:
SERVER_VERSION=<version>
mkdir -p /opt/spotfire/spotfireserver/${SERVER_VERSION}
tar xvf spotfireserver-${SERVER_VERSION}.x86_64.tar.gz \
--strip-components=1 \
--directory=/opt/spotfire/spotfireserver/${SERVER_VERSION}
/opt/spotfire/spotfireserver/${SERVER_VERSION}/configure \
-s "${SERVER_FRONTEND_PORT:-8080}" \
-r "${SERVER_BACKEND_REGISTRATION_PORT:-9080}" \
-b "${SERVER_BACKEND_COMMUNICATION_PORT:-9443}"
/opt/spotfire/spotfireserver/${SERVER_VERSION}/configure-boot
Parent topic: Spotfire Server Installation