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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## intersystems-objectscript-template
2
2
This is a template for InterSystems ObjectScript Github repository.
3
-
The template goes also with a few files which let you immedietly compile your ObjecScript files in InterSystems IRIS Community Edition in a docker container
3
+
The template goes also with a few files which let you immediately compile your ObjectScript files in InterSystems IRIS Community Edition in a docker container
4
4
5
5
## Prerequisites
6
6
Make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [Docker desktop](https://www.docker.com/products/docker-desktop) installed.
@@ -50,15 +50,15 @@ The script in Installer.cls will import everything you place under /src into IRI
50
50
51
51
### Dockerfile
52
52
53
-
The simplest dockerfile which starts IRIS and imports code from /src folder into it.
53
+
The simplest Dockerfile which starts IRIS and imports code from /src folder into it.
54
54
Use the related docker-compose.yml to easily setup additional parametes like port number and where you map keys and host folders.
55
55
56
56
57
57
### .vscode/settings.json
58
58
59
-
Settings file to let you immedietly code in VSCode with [VSCode ObjectScript plugin](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript))
59
+
Settings file to let you immediately code in VSCode with [VSCode ObjectScript plugin](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript))
60
60
61
61
### .vscode/launch.json
62
62
Config file if you want to debug with VSCode ObjectScript
63
63
64
-
[Read about all the files in this artilce](https://community.intersystems.com/post/dockerfile-and-friends-or-how-run-and-collaborate-objectscript-projects-intersystems-iris)
64
+
[Read about all the files in this article](https://community.intersystems.com/post/dockerfile-and-friends-or-how-run-and-collaborate-objectscript-projects-intersystems-iris)
0 commit comments