Skip to content

intersystems-community/irisdemo-base-irisdb-community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

19986db · Jan 22, 2025

History

42 Commits
Sep 30, 2020
Dec 21, 2021
Jan 22, 2025
Jan 22, 2025
Oct 21, 2019
Oct 22, 2019
Jan 22, 2025
Oct 22, 2019
Jul 13, 2020
Jan 22, 2025
Dec 11, 2019
Sep 6, 2022
Dec 21, 2021
Dec 21, 2021
Dec 21, 2021
Dec 21, 2021
Oct 22, 2019
Dec 21, 2021

Repository files navigation

IRIS Community Demo Base Image (database)

WARNING: This image is used exclusively for demos. We have set SuperUser with the password "sys".

The image includes:

  • Java 8
  • An APPINT namespace that is Ensemble enabled
  • There is an integration production called IRISDemo.Production on it, that is already configured to start automatically with the instance.
  • The production has Java Gateway configured
  • CSP application for REST Services (/csp/user/rest) as well a dispatcher class named IRISDemo.REST.Dispatcher
  • CSP application for SOAP Services (/csp/user/soap)

If you just want to run the instance on your PC, make sure you have docker installed on your machine and run the following command:

docker run -it --rm -p 52773:52773 --name iriscontainer --init intersystemsdc/irisdemo-base-irisdb-community:latest

Then open the System Manager Portal on http://localhost:52773/csp/sys/UtilHome.csp

Use the username SuperUser and the password sys. The original IRIS Community image from InterSystems would require you to change the password on your first login. As this image is built for demos, we have disabled this and have left the password sys.

If you want to open an IRIS Session on your running IRIS container, just run:

docker exec -it iriscontainer iris session iris

Enjoy!