You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ $ docker-compose up -d
56
56
In this template two approaches are provided to initialize iris: merge and python.
57
57
58
58
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
60
60
```
61
61
iris merge IRIS merge.cpf && \
62
62
```
@@ -81,7 +81,7 @@ docker run --rm -it containers.intersystems.com/intersystems/passwordhash:1.1 -a
81
81
82
82
2. Using python to initialize IRIS.
83
83
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.
0 commit comments