...
Expand |
---|
title | How to set host administration port number |
---|
|
- Edit
<installdir>/Configuration/appsettings.json file. 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 |
---|
title | Install 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 |
---|
| .\AltiKare.Workflow.Agent.exe install |
|
Emakin Agent also provides utility commands to install other dependent services
Expand |
---|
title | Install BaseX Service |
---|
|
Execute following command to install BaseX service. Code Block |
---|
| .\AltiKare.Workflow.Agent.exe basex |
|
Expand |
---|
title | Install Redis Service |
---|
|
Execute following command to install BaseX service. Code Block |
---|
| .\AltiKare.Workflow.Agent.exe redis |
|