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
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,29 @@ This repository is ready to code in VSCode with ObjectScript plugin.
38
38
Install [VSCode](https://code.visualstudio.com/) and [ObjectScript](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript) plugin and open the folder in VSCode.
39
39
Open /src/cls/PackageSample/ObjectScript.cls class and try to make changes - it will be compiled in running IRIS docker container.
40
40
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
42
42
/src/cls/Package/Classname.cls
43
43
44
+
The script in Installer.cls will import everything you place under /src/cls into IRIS.
44
45
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