File tree Expand file tree Collapse file tree 2 files changed +15
-37
lines changed Expand file tree Collapse file tree 2 files changed +15
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -35,3 +35,18 @@ repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -u
35
35
```
36
36
repo -r -n registry -url https://pm.community.intersystems.com/
37
37
```
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
+ ```
You can’t perform that action at this time.
0 commit comments