Skip to content

Commit

Permalink
add IRIS BI enabler during initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
evshvarov committed May 29, 2024
1 parent 61add10 commit 68b1af9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iris.script
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
Do ##class(Security.Users).UnExpireUserPasswords("*")

zn "USER"
// Enable IRIS BI
do EnableDeepSee^%SYS.cspServer("/csp/user/")

zpm "install isc-dev"
do ##class(dev.code).workdir("/home/irisowner/irisdev/src")


;zpm "install csvgen"
;set file="https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_daily_reports/08-15-2022.csv"
;zw ##class(community.csvgen).GenerateFromURL(file,",","dc.irisbi.covid19")
Expand Down

0 comments on commit 68b1af9

Please sign in to comment.