Skip to content

Commit da98c5a

Browse files
committed
clean up
1 parent ef2e41d commit da98c5a

File tree

2 files changed

+15
-37
lines changed

2 files changed

+15
-37
lines changed

Dockerfile-web

Lines changed: 0 additions & 37 deletions
This file was deleted.

dev.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,18 @@ repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -u
3535
```
3636
repo -r -n registry -url https://pm.community.intersystems.com/
3737
```
38+
39+
## create a web app in dockerfile
40+
```
41+
zn "%SYS" \
42+
write "Create web application ...",! \
43+
set webName = "/csp/irisweb" \
44+
set webProperties("NameSpace") = "IRISAPP" \
45+
set webProperties("Enabled") = 1 \
46+
set webProperties("CSPZENEnabled") = 1 \
47+
set webProperties("AutheEnabled") = 32 \
48+
set webProperties("iKnowEnabled") = 1 \
49+
set webProperties("DeepSeeEnabled") = 1 \
50+
set sc = ##class(Security.Applications).Create(webName, .webProperties) \
51+
write "Web application "_webName_" has been created!",!
52+
```

0 commit comments

Comments
 (0)