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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,15 +47,18 @@ The script in Installer.cls will import everything you place under /src/cls into
47
47
48
48
# Dockerfile
49
49
50
-
The simplest dockerfile to start IRIS and load ObjectScript from /src/cls folder
50
+
The simplest dockerfile which starts IRIS and imports Installer.cls and then runs the Installer.setup method, which creates IRISAPP Namespace and imports ObjectScript code from /src folder into it.
51
51
Use the related docker-compose.yml to easily setup additional parametes like port number and where you map keys and host folders.
52
+
Use .env/ file to adjust the dockerfile being used in docker-compose.
52
53
53
54
# Dockerfile-zpm
54
55
55
-
Dockerfile-zpm builds for you a container which contains ZPM package manager client so you are able to install packages from ZPM in this container
56
+
Dockerfile-zpm builds for you a container which contains ZPM package manager client so you are able to install packages from ZPM in this container.
57
+
As an example of usage in installs webterminal
56
58
57
-
# Dockerfile-zpm-webterminal
58
-
Dockerfile-zpm-webterminal helps to have a container with ZPM and some preloaded ZPM packages, like webterminal
59
+
# Dockerfile-web
60
+
61
+
Dockerfile-web starts IRIS does the same what Dockerfile does and also sets up the web app programmatically
0 commit comments