generated from SergeyMi37/django-telegram-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathiris.script
28 lines (24 loc) · 978 Bytes
/
iris.script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
;do $System.OBJ.LoadDir("/opt/irisapp/src","ck",,1)
zn "%SYS"
Do ##class(Security.Users).UnExpireUserPasswords("*")
zpm "load https://github.com/SergeyMi37/zapm.git"
zpm "load https://github.com/SergeyMi37/gateway-sql"
set gty=##class(%SQLConnection).%New()
set gty.Name="postgres"
set gty.URL="jdbc:postgresql://postgres:5432/"
set gty.Usr="postgres"
set gty.pwd="postgres"
set gty.classpath=##class(%File).NormalizeDirectory("lib", ##class(%File).GetDirectory($zu(86)))_"jdbc/postgresql-42.3.1.jar"
set gty.driver="org.postgresql.Driver"
set gty.isJDBC=1
set sc=gty.%Save()
zapm "newdb https://github.com/SergeyMi37/DevBox.git"
zapm "newdb https://github.com/intersystems-community/webterminal"
zapm "newdb https://github.com/evshvarov/iris-cron-task"
zapm "newdb https://github.com/rcemper/oex-mapping"
https://github.com/SergeyMi37/gateway-sql
zn "USER"
zpm "load /opt/irisapp/ -v":1
zn "%SYS"
zpm "load https://github.com/SergeyMi37/isc-passwordless.git"
halt