diff --git a/README.md b/README.md index e73b222..357b0c7 100644 --- a/README.md +++ b/README.md @@ -30,34 +30,10 @@ $ docker-compose build $ docker-compose up -d ``` -## How to Test it - -Open IRIS terminal: - -[Data Source](https://raw.githubusercontent.com/datasciencedojo/datasets/master/titanic.csv) -``` -USER>d ##class(community.csvgen).GenerateFromURL("https://raw.githubusercontent.com/datasciencedojo/datasets/master/titanic.csv",",","Data.Titanic") - -Class name: Data.Titanic -Header: PassengerId INTEGER,Survived INTEGER,Pclass INTEGER,Name VARCHAR(250),Sex VARCHAR(250),Age INTEGER,SibSp INTEGER,Parch INTEGER,Ticket VARCHAR(250),Fare MONEY,Cabin VARCHAR(250),Embarked VARCHAR(250) -Records imported: 891 -USER> -``` ## How to Use it This repository is a way to get a new container image with IRIS and one-two-many arbitrary zpm packages installed. Change csvgen package in [this line](https://github.com/intersystems-community/iris-docker-zpm-usage-template/blob/01a8734b89d56643e4f53372df43e620d5b5c2b3/iris.script#L10) to a package you need and build the image again. -## How to start coding -This repository is ready to code in VSCode with ObjectScript plugin. -Install [VSCode](https://code.visualstudio.com/), [Docker](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) and [ObjectScript](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript) plugin and open the folder in VSCode. -Open /src/cls/PackageSample/ObjectScript.cls class and try to make changes - it will be compiled in running IRIS docker container. -![docker_compose](https://user-images.githubusercontent.com/2781759/76656929-0f2e5700-6547-11ea-9cc9-486a5641c51d.gif) - -Feel free to delete PackageSample folder and place your ObjectScript classes in a form -/src/Package/Classname.cls -[Read more about folder setup for InterSystems ObjectScript](https://community.intersystems.com/post/simplified-objectscript-source-folder-structure-package-manager) - -The script in Installer.cls will import everything you place under /src into IRIS.