Skip to content

Intersystems-jp/IRISFirstStep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IRISファーストステップガイド

IRISを最初に操作する際の最小限のステップについて記載

セットアップ

Git clone

c:¥gitで以下のコマンドを実行することを想定

git clone https://github.com/intersystems-jp/IRISFirstStep.git

クラスロード&データ生成

IRISターミナルで以下のコマンドを実行

>set file = “c:¥git¥irisfirststep¥src¥FS¥Person.cls”
>do $system.OBJ.Load(file,”ck”)
>set file = “c:¥git¥irisfirststep¥src¥FS¥Address.cls”
>do $system.OBJ.Load(file,”ck”)
>do ##class(FS.Person).%KillExtent()
>do ##class(FS.Person).Populate(1000) 

クレデンシャル情報

ログイン用

項目
システムログイン  _system
パスワード  SYS

詳細

その他詳細は、IRIS_FirstStepGuide_V2024.1_V1.0.pdfを参照してください。

About

IRIS version of First Step Guide

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published