Skip to content

Commit 1331613

Browse files
committed
readme update
1 parent 31cf9f8 commit 1331613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $ docker-compose up -d
5656
In this template two approaches are provided to initialize iris: merge and python.
5757

5858
1. Using merge to initialize IRIS and create IRIS Database and Namespace
59-
Notice merge.cpf file that is being implemented during docker image build in Dockerfile
59+
Notice [merge.cpf](https://github.com/intersystems-community/iris-embedded-python-template/blob/4c12d4b02770c7422c7553ee818a18c1871c3759/merge.cpf) file that is being implemented during docker image build in Dockerfile
6060
```
6161
iris merge IRIS merge.cpf && \
6262
```
@@ -81,7 +81,7 @@ docker run --rm -it containers.intersystems.com/intersystems/passwordhash:1.1 -a
8181

8282
2. Using python to initialize IRIS.
8383
Often we used a special iris.script file to run ObjectScript commands during the initialization.
84-
This template shows you how to use python for the same purpose.
84+
This template shows you how to use python for the same purpose with [iris-script.py](https://github.com/intersystems-community/iris-embedded-python-template/blob/4c12d4b02770c7422c7553ee818a18c1871c3759/iris-script.py)file.
8585
It is being executed via the line in Dockerfile:
8686
```
8787
irispython iris-script.py && \

0 commit comments

Comments
 (0)