File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 "links" : {
1717 "UnitTest Portal" : " ${serverUrl}/csp/sys/%25UnitTest.Portal.Home.cls?$NAMESPACE=IRISAPP"
1818 }
19- },
20- "workbench.colorTheme" : " InterSystems Default Dark"
19+ }
2120
2221}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This is a basic template for a development environment to work with ObjectScript
88The template is embedded python compatible.
99
1010## Description
11- This repository provides a read -to-go development environment for coding productively with InterSystems ObjectScript. This template:
11+ This repository provides a ready -to-go development environment for coding productively with InterSystems ObjectScript. This template:
1212* Runs InterSystems IRIS Community Edition in a docker container
1313* Creates a new namespace and database IRISAPP
1414* Loads the ObjectScript code into IRISAPP database using Package Manager
@@ -31,7 +31,11 @@ Clone/git pull the repo into any local directory
3131$ git clone https://github.com/intersystems-community/intersystems-iris-dev-template.git
3232```
3333
34- Open the terminal in this directory and call the command to build and run InterSystems IRIS in container:
34+ Open the terminal in this directory and call the command to build and run InterSystems IRIS in container:
35+ * Note: Users running containers on a Linux CLI, should use "docker compose" instead of "docker-compose"*
36+ * See [ Install the Compose plugin] ( https://docs.docker.com/compose/install/linux/ ) *
37+
38+
3539
3640```
3741$ docker-compose up -d
You can’t perform that action at this time.
0 commit comments