Prerequisites
-
Hardware
-
Linux [with java8 runtime]
-
RAM: 4GB
-
Storage: 16-32GB
-
-
Software
Setup
-
Download remote executor from Aisera provided link [TODO]
-
Unzip the package
-
Update the configuration.yaml file which is part of the package
There are few key setting you will need to up,
Key |
|
---|---|
name |
Give appropriate name the executor |
host |
Production: chg.api.aisera.cloud Staging: chg-uat.api.aisera.cloud |
user |
User email of Aisera credentials |
password |
Password of Aisera credentials |
-
Running executor
-
Linux system
-
Open terminal and go to directory where executor package was unzipped
-
Run the common
1sudo nohup java -DconfigFile=./configuration.yaml -cp ./aisera-remote-executor-0.1.9.4.1.jar com.aisera.action.remote.executor.RemoteClient &
-
Tail the logs with below command
1tail -f nohup.out
-
If you see log message “Connection to Server Opened” that mean connection is established
-
-
Windows system
-
Setup executor as windows service. Or Use tools like AlwaysUp to run the executor and keep it running.
-
-
-
System where executor is setup should be always running
Comments
0 comments
Please sign in to leave a comment.