Deploy Process Discovery Analyzer on Linux
Use the following information to run Process Discovery Analyzer under Linux without using Docker.
- 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
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
-
-
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 Kofax_RPA_ProcessDiscoveryAnalyzer_11.1.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 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.
-
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.