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.
- Start MySQL server.
-
From
Management Console, specify the
Process Discovery Analyzer
parameters.
- Expand the Settings menu and click Process Discovery Analyzer.
- Specify Process Discovery Analyzer database connection settings1, runtime parameters, cluster settings, and the database root password.
- Perform database provisioning by clicking Create schema and Grant user access on the Database provisioning tab. For details, see the Process Discovery Analyzer.
-
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.
-
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
-
-
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.