Skip to content

Commit fee0948

Browse files
Evgeny ShvarovEvgeny Shvarov
authored andcommitted
update readme
1 parent fef289f commit fee0948

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,18 @@ The script in Installer.cls will import everything you place under /src/cls into
4747

4848
# Dockerfile
4949

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.
5151
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.
5253

5354
# Dockerfile-zpm
5455

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
5658

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
5962

6063

6164
# .vscode/settings.json

0 commit comments

Comments
 (0)