Web Terminal option is not appearing in Management Portal
Hi
I am running IRIS from docker container and I am not getting Web Terminal Option in management portal.
What to do for Web Terminal to be appear in management portal?
Thanks
Comments
Hi,
AFAIK, Web Terminal is not an official part of InerSystems IRIS. It is available on Open Exchange. You will need to download it and import (and compile) it into an IRIS namespace. Then you can access it from http://[host]:[port]/terminal/
Thanks Kunshuk,
Is there any docker image available containing both IRIS and web terminal OR how to install web terminal along with IRIS docker container?
Thanks
run a community container withZPM loaded e.g. intersystemsdc/iris-community:2020.4.0.547.0-zpm
and then from irisession
zpm "install webterminal"
this should do all you need
Thanks Mr. Robert Cemper
That's an excellent suggestion from @Robert Cemper!
However, if you need to run it straight out of box, you may clone this repo.
It'd be great to have a ZPM module that will add a CSP application link to a management portal.
@Sergey Mikhailenko has the module that expands the management portal.
Hi, @Evgeny Shvarov
ZPM A module from one command?
Set tSC = ##class(%SYS.Portal.Users).%AddFavorite("WebTerminal","/terminal/")
Or do you mean something more?