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, 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.
- Start MySQL server.
-
Start and open
Management Console
and specify
Process Discovery Analyzer
parameters.
- In the Management Console, expand the Settings menu and click Process Discovery Analyzer.
- Specify Process Discovery Analyzer database connection settings1, runtime parameters, cluster settings, and supply 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.4.0.0.<buildnumber>.zip and extract it to a
folder on your disk.
The extracted folder contains two installation packages:
-
KofaxRPAProcessDiscoveryAnalyzer-11.4.0.0.<buildnumber>.deb for Debian-based systems
-
KofaxRPAProcessDiscoveryAnalyzer-11.4.0.0.<buildnumber>.rpm for Red Hat-based systems
-
-
To install the Analyzer on your system, run the appropriate command.
-
For a Debian-based system, use the following command to install or upgrade the Analyzer:
sudo dpkg -i KofaxRPAProcessDiscoveryAnalyzer-11.4.0.0.<buildnumber>.deb
To uninstall the Analyzer, run: sudo dpkg -P kofax-rpa-processdiscoveryanalyzer
-
For a Red Hat-based system, use the following command to install or upgrade the Analyzer:
rpm -Uvh KofaxRPAProcessDiscoveryAnalyzer-11.4.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.
-
For a Debian-based system, use the following command to install or upgrade the Analyzer:
-
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.