Versions Compared

Key

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

...

Expand
titleHow to set host administration port number
  1. Edit <installdir>/Configuration/appsettings.json file.
  2. Add following setting in configuration file and change host administration (5000) to free ports on your server. In this example we change host administration to 5001.

    Code Block
    {
      "HostAdmin": {
        "Kestrel": {
          "Endpoints": {
            "Http": {
              "Url": "http://*:5001"
            }
          }
        },
       }
    }

4. Install Services (Windows Only)

Expand
titleInstall Emakin Agent Service

Emakin Agent can be run as as console application or windows service. Execute the following command to install emakin agent as service.

Code Block
languagebash
.\AltiKare.Workflow.Agent.exe install

Emakin Agent also provides utility commands to install other dependent services

Expand
titleInstall BaseX Service

Execute following command to install BaseX service.

Code Block
languagebash
.\AltiKare.Workflow.Agent.exe basex
Expand
titleInstall Redis Service

Execute following command to install BaseX service.

Code Block
languagebash
.\AltiKare.Workflow.Agent.exe redis