- Download the latest release from the releases page.
- Unzip the file.
- In the InterSystems Management Portal, navigate to
System Explorer
>Classes
. - Click
Import
and select Directory. - Select the
cls
folder from the unzipped folder. - Click
Import
. - Open an InterSystems Terminal and run
do ##class(TerminalPlus.Utils.Installer).SetUp()
. - Copy the API key displayed in the terminal.
- Run
npm start
in the root folder of the directory (The website should open in your browser. When not open localhost:4200) - Paste the API key into the
API Key
field. - Type the hostaddress of your IRIS instance into the
Host
field. - Type the port of your IRIS instance into the
Port
field. - Click
Connect
. - Choose a namespace from the dropdown menu.
by Philipp B.