Skip to content

Commit aeebf59

Browse files
committed
update version references
1 parent 1b6f379 commit aeebf59

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
ARG IMAGE=intersystemsdc/iris-community:2020.4.0.547.0-zpm
2-
ARG IMAGE=intersystemsdc/iris-community
1+
ARG IMAGE=intersystemsdc/iris-community:latest
32
FROM $IMAGE
43

54
USER root

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
This is the README file for SAMPLES-BI.
33
The end of the file has setup instructions.
44

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)
1112

1213
---
1314
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
121122

122123
0. Make sure you have [Docker-desktop](https://www.docker.com/products/docker-desktop) installed.
123124

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
127128
```
128129
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)
129130

130131
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
133134
```
134135
3. RUN IRIS terminal
135-
```
136+
```Shell
136137
docker exec -it irisce iris session iris
137138
Node: c6e0f00b8d42, Instance: IRIS
138139

@@ -178,12 +179,12 @@ http://localhost:52773/csp/user/_DeepSee.UserPortal.Home.zen?$NAMESPACE=USER
178179

179180
6. Open the InterSystems IRIS Terminal.
180181
7. Enter the following command (replacing `mynamespace` with the namespace from step 2):
181-
```
182+
```ObjectScript
182183
ZN "mynamespace"
183184
```
184185
8. Enter the following commands (replacing `full-path-to-Build.SampleBI.cls` with the full path of the `buildsample/Build.SampleBI.cls` file):
185186

186-
```
187+
```ObjectScript
187188
do $system.OBJ.Load("full-path-to-Build.SampleBI.cls","ck")
188189
189190
do ##class(Build.SampleBI).Build()

module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Document name="samples-bi.ZPM">
44
<Module>
55
<Name>samples-bi</Name>
6-
<Version>1.0.4</Version>
6+
<Version>1.0.5</Version>
77
<Description>Provides sample data for use with InterSystems IRIS Business Intelligence, as well as fully developed sample BI models and dashboards.</Description>
88
<Packaging>module</Packaging>
99
<SourcesRoot>src</SourcesRoot>

0 commit comments

Comments
 (0)