Versions Compared

Key

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

...

Required or recommendedPage with detailsSummary
RequiredInstall JavaDownload and install Java.
Required

Install Tomcat

Download and install the Apache Tomcat web-application (webapp) server.
OptionalLog management recommendations/wiki/spaces/INTRANET/pages/8576204867Optional configuration for management of server log files on long-running (more than 4 weeks) instances of PhixFlow.
Recommended

Install reverse proxy and configure HTTPS:

Set up a reverse proxy to help manage the load on the PhixFlow server, offer secure connections over HTTPS, and help with certificate management for multiple instances of PhixFlow.


OptionalInstall LibreOfficeThis is only needed if you want to generate PDF versions of files to export or send via email (Configuring PDF Conversion)
RequiredUnpack PhixFlow Release Package

If you do not already have the PhixFlow package to install, you can download it from our support FTP site. Please email support@phixflow.com.

Log on to the webapp host and unpack the release package.

RequiredInstall the PhixFlow Database Schema

Create a database user and tables. Populate the tables with initial configuration data and set the customer name. See also the details in Database URLs.

OptionalMS SQL Server Integrated AuthenticationEnable server support for integrated user authentication.
RequiredInstall the PhixFlow WebappCopy the PhixFlow webapp from the unpacked release package into Tomcat and configure it.
RequiredConfigure a Keystore and Aliases

Create a keystore for the database credentials and their aliases. Configure the following files to use the keystore:

  • phixflow-datasource.xml
  • phixflow-secret.xml
  • an environment variable (recommended).
RequiredStart PhixFlow and Configure

Check that the application is running by starting the client and logging in with the username startup and password: Startup.

...