Skip to content

Commit b44a106

Browse files
Evgeny ShvarovEvgeny Shvarov
authored andcommitted
doc update
1 parent 0f05242 commit b44a106

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,29 @@ This repository is ready to code in VSCode with ObjectScript plugin.
3838
Install [VSCode](https://code.visualstudio.com/) and [ObjectScript](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript) plugin and open the folder in VSCode.
3939
Open /src/cls/PackageSample/ObjectScript.cls class and try to make changes - it will be compiled in running IRIS docker container.
4040

41-
Feel free to delete PackageSample folder and add your ObjectScript classes in a form
41+
Feel free to delete PackageSample folder and place your ObjectScript classes in a form
4242
/src/cls/Package/Classname.cls
4343

44+
The script in Installer.cls will import everything you place under /src/cls into IRIS.
4445

46+
## What's insde the repo
47+
48+
# Dockerfile
49+
50+
The simplest dockerfile to start IRIS and load ObjectScript from /src/cls folder
51+
Use the related docker-compose.yml to easily setup additional parametes like port number and where you map keys and host folders.
52+
53+
# Dockerfile-zpm
54+
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+
57+
# Dockerfile-zpm-webterminal
58+
Dockerfile-zpm-webterminal helps to have a container with ZPM and some preloaded ZPM packages, like webterminal
59+
60+
61+
# .vscode/settings.json
62+
63+
Settings file to let you immedietly code in VSCode with [VSCode ObjectScript plugin](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript))
64+
65+
# .vscode/launch.json
66+
Config file if you want to debug with VSCode ObjectScript

0 commit comments

Comments
 (0)