Skip to content

Commit d129f2c

Browse files
authored
Update README.md
1 parent 9d0922c commit d129f2c

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
## intersystems-objectscript-template
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
1+
# intersystems-iris-dev-template
2+
This is a basic template to develop with InterSystems IRIS
3+
4+
## Description
5+
The template uses InterSystems IRIS Community Edition running in a docker container
6+
It uses ZPM Package Manager to load InterSystems ObjectScript
7+
It creates a Namespace IRISAPP without interoperability Enabled
8+
It is designed to develop with Package first paradigm
49

510
## Prerequisites
611
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.
@@ -10,7 +15,7 @@ Make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installi
1015
Clone/git pull the repo into any local directory
1116

1217
```
13-
$ git clone https://github.com/intersystems-community/objectscript-docker-template.git
18+
$ git clone https://github.com/intersystems-community/intersystems-iris-dev-template.git
1419
```
1520

1621
Open the terminal in this directory and run:

0 commit comments

Comments
 (0)