Deploy Process Discovery Analyzer on Linux

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

Important Before deploying Process Discovery, make sure Java Runtime Environment is installed on the computer running Process Discovery Analyzer and JAVA_HOME variable that points to the JRE installation folder is added to system variables.
  1. Start MySQL server.
  2. Start and open Management Console and specify Process Discovery Analyzer parameters.
    1. In the Management Console, expand the Settings menu and click Process Discovery Analyzer.
    2. Specify Process Discovery Analyzer database connection settings1, runtime parameters, cluster settings, and supply 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 Kofax_RPA_ProcessDiscoveryAnalyzer_11.1.0.0_<buildnumber>.zip and extract it to a folder on your disk.

    The extracted folder contains two installation packages:

    • Kofax_RPA_ProcessDiscoveryAnalyzer_11.1.0.0_<buildnumber>.deb for Debian-based systems

    • Kofax_RPA_ProcessDiscoveryAnalyzer_11.1.0.0_<buildnumber>.rpm for Red Hat-based systems

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

      sudo dpkg -i Kofax_RPA_ProcessDiscoveryAnalyzer_11.1.0.0_<buildnumber>.deb

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

    2. For a Red Hat-based system, use the following command to install or upgrade the Analyzer:

      rpm -Uvh Kofax_RPA_ProcessDiscoveryAnalyzer_11.1.0.0_<buildnumber>.rpm

      To uninstall the Analyzer, run: sudo rpm -e kofax-rpa-processdiscoveryanalyzer

    By default, the Analyzer is installed at /opt/KofaxRPA/ProcessDiscoveryAnalyzer. Now you can run it using the command in the following step.

  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. Note that you cannot specify localhost or 127.0.0.1 as the address.