Skip to content

Commit 8b2c8b7

Browse files
committed
Merge branch 'master' of github.com:intersystems-community/intersystems-iris-dev-template
2 parents 6b09f09 + 52de4b5 commit 8b2c8b7

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
This is a basic template to develop with InterSystems IRIS
33

44
## 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
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
9+
10+
## Usage
11+
start a new dev repository with InterSystems IRIS using this one as a template.
12+
Once you clone the new repo on your laptop and open the VSCode with installed InterSystems Pack you'll be able to start development immediately
913

1014
## Prerequisites
1115
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.
1216

1317
## Installation
14-
1518
Clone/git pull the repo into any local directory
16-
1719
```
1820
$ git clone https://github.com/intersystems-community/intersystems-iris-dev-template.git
1921
```
@@ -36,7 +38,7 @@ Open IRIS terminal:
3638

3739
```
3840
$ docker-compose exec iris iris session iris
39-
USER>write ##class(dc.PackageSample.ObjectScript).Test()
41+
IRISAPP>write ##class(dc.PackageSample.ObjectScript).Test()
4042
```
4143
## How to start coding
4244
This repository is ready to code in VSCode with ObjectScript plugin.
@@ -59,6 +61,12 @@ The simplest dockerfile which starts IRIS and imports code from /src folder into
5961
Use the related docker-compose.yml to easily setup additional parametes like port number and where you map keys and host folders.
6062

6163

64+
### src folder
65+
src/iris contains InterSystems IRIS Objectscript code
66+
src/java containers Java code
67+
src/python - python code, etc.
68+
69+
6270
### .vscode/settings.json
6371

6472
Settings file to let you immedietly code in VSCode with [VSCode ObjectScript plugin](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript))

0 commit comments

Comments
 (0)