Question Yehuda Israel · Jul 21, 2022 Open Exchange Terminal in VSCode #Open Exchange How do I open the open exchange terminal in VSCode to download applications? Thank you. 0 0 119
John Murray · Jul 21, 2022 One way is to use my webterminal-vscode extension in conjunction with the WebTerminal package. Evgeny Shvarov · Jul 21, 2022 What apps do you want to install? Yehuda Israel · Jul 21, 2022 git-source-control Evgeny Shvarov · Jul 21, 2022 Great! for that you need ZPM installed, or take any community docker-image with ZPM onboard, e.g. the latest image via: FROM intersystemsdc/iris-community and run the command usual iris terminal: USER>zpm "install git-source-control" Also calling @Timothy Leavitt as an author of git-source-control
Evgeny Shvarov · Jul 21, 2022 What apps do you want to install? Yehuda Israel · Jul 21, 2022 git-source-control Evgeny Shvarov · Jul 21, 2022 Great! for that you need ZPM installed, or take any community docker-image with ZPM onboard, e.g. the latest image via: FROM intersystemsdc/iris-community and run the command usual iris terminal: USER>zpm "install git-source-control" Also calling @Timothy Leavitt as an author of git-source-control
Yehuda Israel · Jul 21, 2022 git-source-control Evgeny Shvarov · Jul 21, 2022 Great! for that you need ZPM installed, or take any community docker-image with ZPM onboard, e.g. the latest image via: FROM intersystemsdc/iris-community and run the command usual iris terminal: USER>zpm "install git-source-control" Also calling @Timothy Leavitt as an author of git-source-control
Evgeny Shvarov · Jul 21, 2022 Great! for that you need ZPM installed, or take any community docker-image with ZPM onboard, e.g. the latest image via: FROM intersystemsdc/iris-community and run the command usual iris terminal: USER>zpm "install git-source-control" Also calling @Timothy Leavitt as an author of git-source-control
One way is to use my webterminal-vscode extension in conjunction with the WebTerminal package.
What apps do you want to install?
git-source-control
Great! for that you need ZPM installed, or take any community docker-image with ZPM onboard, e.g. the latest image via:
FROM intersystemsdc/iris-community
and run the command usual iris terminal:
USER>zpm "install git-source-control"
Also calling @Timothy Leavitt as an author of git-source-control