#Install and Run SMILEcontrol on Windows without docker

#Install Tomcat Download and install Tomcat 8.5

Enable automatic startup

#Deploy manoys/RAPI

Paste rapi-1.0.war to \webapps

Example:

C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps

Test the installed RAPI:

open Browser and open URL http://localhost:8080/rapi-1.0//CTM:People/1=1?port=&fields=1,179

Example:

http://localhost:8080/rapi-1.0/pier1/CTM:People/1=1?port=10101&fields=1,179

Login using your Remedy admin User. If you see a json response, showing data from CTM:People Form everything is running fine.

#Install node

Download and Install nodejs v12.14 including npm

#Deploy manyos/armonitor

Unzip the armonitor.zip on your system. for example at:

C:\manyos\armonitor

edit run_armonitor.bat and change the parameters

BASEURL
http://localhost:8080/rapi-1.0
Base URL of the used arrestfulapi

AR_SERVER
pier1
Remedy Server to connect to

AR_PORT
1234
Remedy Server TCP Port

AR_USER
Demi
Remedy Admin User who is used for all queries

AR_PASSWORD
geh!im#
Remedy Admin User password

USERNAME
monitor
Username to access the monitor API

PASSWORD
hd83jd83!
Password to access the monitor API

INTERVAL
30
Interval in seconds in which each metric is checked. Can be overwritten per metric.
30

open a command prompt as administrator

navigate to armonitor folder and execute:

npm install

after this you can run

run_armonitor.bat

you can edit and place your metrics.json at

<armonitor>\conf\metrics.json

Install RestTool

Extract resttool.zip File at \webapps\ROOT

Open URL

http://localhost:8080