|
2 | 2 | This is the README file for SAMPLES-BI.
|
3 | 3 | The end of the file has setup instructions.
|
4 | 4 |
|
5 |
| -* [Overview](#overview) |
6 |
| - * [Contents of the BI package](#contents-of-the-bi-package) |
7 |
| - * [Contents of the HoleFoods package](#contents-of-the-holefoods-package) |
8 |
| -* [Setup instructions](#setup-instructions) |
9 |
| - * [Setup with ZPM](#setup-with-zpm) |
10 |
| - * [Step-by-step Installation](#step-by-step-installation) |
| 5 | +- [Samples-BI](#samples-bi) |
| 6 | + - [Overview](#overview) |
| 7 | + - [Contents of the BI package](#contents-of-the-bi-package) |
| 8 | + - [Contents of the HoleFoods package](#contents-of-the-holefoods-package) |
| 9 | + - [Setup instructions](#setup-instructions) |
| 10 | + - [Setup with ZPM](#setup-with-zpm) |
| 11 | + - [Step-by-step Installation](#step-by-step-installation) |
11 | 12 |
|
12 | 13 | ---
|
13 | 14 | Use or operation of this code is subject to acceptance of the license available in the code
|
@@ -121,18 +122,18 @@ ZPM stands for ObjectScript Package Manager. It provides a simple and unified wa
|
121 | 122 |
|
122 | 123 | 0. Make sure you have [Docker-desktop](https://www.docker.com/products/docker-desktop) installed.
|
123 | 124 |
|
124 |
| -1. Pull the IRIS Community Edition image with zpm: |
125 |
| -``` |
126 |
| -$ docker pull intersystemsdc/iris-community:2021.1.0.215.0-zpm |
| 125 | +1. Pull the latest IRIS Community Edition image with zpm: |
| 126 | +```Shell |
| 127 | +$ docker pull intersystemsdc/iris-community:latest |
127 | 128 | ```
|
128 | 129 | You can take the latest tag of IRIS or IRIS for Health Community Edition with ZPM [here](https://hub.docker.com/r/intersystemsdc/iris-community)
|
129 | 130 |
|
130 | 131 | 2. Run IRIS container with ZPM:
|
131 |
| -``` |
132 |
| -$ docker run --name irisce -d --publish 52773:52773 intersystemsdc/iris-community:2021.1.0.215.0-zpm |
| 132 | +```Shell |
| 133 | +$ docker run --name irisce -d --publish 52773:52773 intersystemsdc/iris-community:latest |
133 | 134 | ```
|
134 | 135 | 3. RUN IRIS terminal
|
135 |
| -``` |
| 136 | +```Shell |
136 | 137 | docker exec -it irisce iris session iris
|
137 | 138 | Node: c6e0f00b8d42, Instance: IRIS
|
138 | 139 |
|
@@ -178,12 +179,12 @@ http://localhost:52773/csp/user/_DeepSee.UserPortal.Home.zen?$NAMESPACE=USER
|
178 | 179 |
|
179 | 180 | 6. Open the InterSystems IRIS Terminal.
|
180 | 181 | 7. Enter the following command (replacing `mynamespace` with the namespace from step 2):
|
181 |
| - ``` |
| 182 | + ```ObjectScript |
182 | 183 | ZN "mynamespace"
|
183 | 184 | ```
|
184 | 185 | 8. Enter the following commands (replacing `full-path-to-Build.SampleBI.cls` with the full path of the `buildsample/Build.SampleBI.cls` file):
|
185 | 186 |
|
186 |
| - ``` |
| 187 | + ```ObjectScript |
187 | 188 | do $system.OBJ.Load("full-path-to-Build.SampleBI.cls","ck")
|
188 | 189 |
|
189 | 190 | do ##class(Build.SampleBI).Build()
|
|
0 commit comments