Deploy Process Discovery Analyzer on Linux

Use the following information to run Process Discovery Analyzer under Linux without using Docker.

Before deploying Process Discovery Analyzer, verify that Java Runtime Environment is installed on the computer running Process Discovery Analyzer and the JAVA_HOME variable that points to the JRE installation folder is in the system variables.

  1. Start MySQL server.
  2. From Management Console, specify the Process Discovery Analyzer parameters.
    1. Expand the Settings menu and click Process Discovery Analyzer.
    2. Specify Process Discovery Analyzer database connection settings1, runtime parameters, cluster settings, and the database root password.
    3. Perform database provisioning by clicking Create schema and Grant user access on the Database provisioning tab. For details, see the Process Discovery Analyzer.
  3. Download KofaxRPAProcessDiscoveryAnalyzer-11.5.0.0.<buildnumber>.zip, then extract it to a folder on your disk.

    By default, the Analyzer is installed at /opt/KofaxRPA/ProcessDiscoveryAnalyzer.

  4. To install, upgrade, or uninstall the Analyzer on your system, run the appropriate command.
    • To install or upgrade the Analyzer on a Debian-based system, use the following command:

      sudo dpkg -i KofaxRPAProcessDiscoveryAnalyzer-11.5.0.0.<buildnumber>.deb

    • To uninstall the Analyzer, run: sudo dpkg -P kofax-rpa-processdiscoveryanalyzer

  5. To run the Analyzer, navigate to /opt/KofaxRPA/ProcessDiscoveryAnalyzer and run the following command.

    ./KofaxRPAProcessDiscoveryAnalyzer

Analyzer default settings
MC_URL=localhost:50080
LOG=INFO
LOCALE=<system settings>

For the list of Analyzer options and default settings, see Process Discovery Analyzer options.

1 This is an IP address or a domain name of the computer running MySQL server. You cannot specify localhost or 127.0.0.1 as the address.