Home Applications IRIS OAuth example

IRIS OAuth example

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
3
1 reviews
0
Awards
374
Views
0
IPM installs
0
1
Details
Releases (1)
Reviews (1)
Issues
Articles (1)
IRIS OAuth 2.0 simple example.

What's new in this version

Initial Release

intersystems-objectscript-template

This is a template for InterSystems ObjectScript Github repository.
The template goes also with a few files which let you immedietly compile your ObjecScript files in InterSystems IRIS Community Edition in a docker container

Prerequisites

This needs to have git and docker installed.

Installation

Clone/git pull the repo into any local directory

$ git clone https://github.com/your-repository.git

Open the terminal in this directory and run:

$ docker-compose build
  1. Run the IRIS container with your project:
$ docker-compose up -d

How to Test it

Open IRIS terminal:

$ docker-compose exec iris iris session iris
USER>write ##class(PackageSample.ObjectScript).Test()

How to start coding

This repository is ready to code in VSCode with ObjectScript plugin.
Install VSCode and 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.

Feel free to delete PackageSample folder and add your ObjectScript classes in a form
/src/cls/Package/Classname.cls

Made with
Version
1.0.007 Oct, 2019
Category
Technology Example
Works with
CachéInterSystems IRIS
First published
07 Oct, 2019
Last edited
07 Oct, 2019
Last checked by moderator
15 Oct, 2024Works