Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Supported OS versions

JEC has been tested in the following environments:

  • Ubuntu 16.04 and later (Debian 9 and later)

  • RHEL 6 and later (For RHEL 6.x.x and Fedora server, we have a different package with the naming convention of jsm-jec-x.x.x.rhel6.x86_64.rpm)

  • Windows Server 2012 and later

Download the JEC packages

First, download the JEC package from the integration scripts repository.

  1. Go to the jsm-integration-scripts repository.

  2. Download the latest version of JEC packages.

Install JEC

Expand
titleFor RedHat-based distributions

Run the following command to install JEC:

Shell

Code Block
rpm -i <your_package_name>.rpm
Expand
titleFor Debian-based distributions

Run the following command to install JEC:

Shell

Code Block
dpkg -i <your_package_name>.deb
Expand
titleFor Windows
  1. Extract the zip into a folder.

  2. Rename jecService.json.example to jecService<32|64>.json.

  3. In the in jecService<32|64>.json file, update JECPath to <directorypath>\\JiraEdgeConnector<32|64>.exe.

  4. Run the following command to install JEC:
    (Make sure that JEC Service exists in Task Manager > Services.)

Code Block
jecService<32|64>.exe install

Install multiple JEC instances

For multiple JEC instances, update the Name and DisplayName fields in <32|64>.json and then install it.

Uninstall JEC

Run the following command to uninstall JEC:

Code Block
jecService<32|64>.exe uninstall