Skip to content

Commit

Permalink
example databases and creation of examples table
Browse files Browse the repository at this point in the history
  • Loading branch information
jrpereirajr committed Aug 13, 2024
1 parent e8771ef commit f423256
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions iris.script
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@
do $SYSTEM.OBJ.Load("/home/irisowner/dev/App.Installer.cls", "ck")
set sc = ##class(App.Installer).setup()

// Change to working namespace
zn "IRISAPP"

// Creates and populates the examples table
Do ##class(%SYSTEM.SQL.Schema).ImportDDL("/home/irisowner/dev/sql/init.sql", "/tmp/log-sql.txt")

// Create /_vscode web app to support intersystems-community.testingmanager VS Code extension
zpm "install vscode-per-namespace-settings"
// Sample databases
zpm "install samples-aviation"
zpm "install samples-bi"

// Configure %UnitTest in IRISAPP to suit the VS Code extension
set ^UnitTestRoot="/usr/irissys/.vscode/IRISAPP/UnitTestRoot"
Expand Down

0 comments on commit f423256

Please sign in to comment.