Skip to main content
Version: 10.3

Install Master and Agent components

Before the installation, ensure that you have prepared the servers and executed the precheck:

  1. Master server
  2. AGENT server(s)
  3. RPA server
  4. BI server

Remember to run the following commands as the application user from the directory, where you have downloaded and extracted the installation package, for example, /opt/workfusion/wf_installer.

cd PACKAGE_DIR # /opt/workfusion/wf_installer

Select the required mode to install Linux server components:

  1. On the Master server, run the following commands:

    $ ./install.sh install master -c local --limit <current_host>     # run installation
  2. On the AGENT server, run the following commands:

    $ ./install.sh install agent -c local --limit <current_host>     # run installation

    To install multiple AGENT servers, run the above commands on each AGENT server. Remember to change the --limit parameter accordingly for each server. It must reflect the hostname of the server, on which you are executing the command.

    The OCR-Worker services are installed on the AGENT server automatically.

  3. On the Master server, check the installation:

    $ ./install.sh check master -c local --limit <current_host>
  4. On the AGENT server, check the installation:

    $ ./install.sh check agent -c local --limit <current_host>