File tree 9 files changed +34
-9
lines changed
9 files changed +34
-9
lines changed Original file line number Diff line number Diff line change 12
12
"internalPort" : 52773
13
13
},
14
14
"links" : {
15
+ "WebTerminal" : " http://localhost:${port}/terminal/" ,
15
16
"MLToolkit Demos" : " http://localhost:${port}/csp/user/index.html"
16
17
}
17
18
}
Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ SHELL ["/irissession.sh"]
20
20
21
21
RUN \
22
22
do $SYSTEM.OBJ.Load("Installer.cls" , "ck" ) \
23
- set sc = ##class(App.Installer).setup()
23
+ set sc = ##class(App.Installer).setup() \
24
+ zn "PYTHON" \
25
+ zpm "install webterminal"
24
26
25
27
# bringing the standard shell back
26
28
SHELL ["/bin/bash" , "-c" ]
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ClassMethod BuildIndex() As %Status
36
36
{
37
37
Zn " PYTHON"
38
38
Set tSC = ##class (Community.Post ).%BuildIndices ()
39
- Set tSC = ##class (Community.Tags ).%BuildIndices ()
39
+ Set tSC = ##class (Community.Tag ).%BuildIndices ()
40
40
Quit tSC
41
41
}
42
42
Original file line number Diff line number Diff line change
1
+ # useful commands
2
+ ## build container with no cache
3
+ ```
4
+ docker-compose build --no-cache
5
+ ```
6
+ ## open terminal to docker
7
+ ```
8
+ docker-compose exec iris iris session iris -U IRISAPP
9
+ ```
10
+ ## export IRIS Analytics artifacts
11
+ ```
12
+ d ##class(dev.code).export("*.DFI")
13
+ ```
14
+
15
+ ## clean up docker
16
+ ```
17
+ docker system prune -f
18
+ ```
19
+
20
+
21
+
22
+
File renamed without changes.
Original file line number Diff line number Diff line change 1
- Class Community .Tags Extends %Persistent
1
+ Class Community .Tag Extends %Persistent
2
2
{
3
3
4
4
Property Name As %String (MAXLEN = " " );
@@ -9,7 +9,7 @@ Property Description As %String(MAXLEN = "");
9
9
10
10
Storage Default
11
11
{
12
- <Data name =" TagsDefaultData " >
12
+ <Data name =" TagDefaultData " >
13
13
<Value name =" 1" >
14
14
<Value >%%CLASSNAME </Value >
15
15
</Value >
@@ -20,11 +20,11 @@ Storage Default
20
20
<Value >Description </Value >
21
21
</Value >
22
22
</Data >
23
- <DataLocation >^Community .TagsD </DataLocation >
23
+ <DataLocation >^Community .TagD </DataLocation >
24
24
<DefaultData >TagsDefaultData </DefaultData >
25
- <IdLocation >^Community .TagsD </IdLocation >
26
- <IndexLocation >^Community .TagsI </IndexLocation >
27
- <StreamLocation >^Community .TagsS </StreamLocation >
25
+ <IdLocation >^Community .TagD </IdLocation >
26
+ <IndexLocation >^Community .TagI </IndexLocation >
27
+ <StreamLocation >^Community .TagS </StreamLocation >
28
28
<Type >%Storage .Persistent </Type >
29
29
}
30
30
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Export generator =" IRIS" version =" 26" zv =" IRIS for Windows (x86-64) 2020.1 (Build 214U)" ts =" 2020-06-30 18:05:04" >
3
3
<Global >
4
- <Node ><Sub >^Community.TagsD </Sub >
4
+ <Node ><Sub >^Community.TagD </Sub >
5
5
<Node ><Sub >.NET</Sub >
6
6
<DataBase64 >AgEGAS5ORVS9AU5FVCBGcmFtZXdvcmsgKHByb25vdW5jZWQgZG90IG5ldCkgaXMgYSBzb2Z0d2Fy
7
7
ZSBmcmFtZXdvcmsgZGV2ZWxvcGVkIGJ5IE1pY3Jvc29mdCB0aGF0IHJ1bnMgcHJpbWFyaWx5IG9u
You can’t perform that action at this time.
0 commit comments