Home Applications objectscript-contest-template

objectscript-contest-template

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
5
1 reviews
0
Awards
128
Views
0
IPM installs
2
0
Details
Releases
Reviews
Issues
Pull requests
Articles
The template repository for InterSystems IRIS, Docker and ObjectScript Online Programming Contest - https://community.intersystems.com/post/join-online-programming-contest-intersystems-iris-docker-and-objectscript

What's new in this version

InterSystems ObjectScript Github template project for InterSystems IRIS Online Programming Contest

objectscript-contest-template

This is a template for InterSystems IRIS, Docker and ObjectScript Online contest.
Topic and Terms

Prerequisites

Make sure you have git and Docker desktop installed.

Installation

Open terminal and clone/git pull the repo into any local directory

$ git clone git@github.com:intersystems-community/objectscript-contest-template.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 Run the Application

Open InterSystems IRIS terminal:

$ docker-compose exec iris iris session iris
USER>zn "IRISAPP"
IRISAPP>do ##class(Contest.ObjectScript).TheUniverseQuestion()
42

How to start coding

This repository is ready to code in VSCode with ObjectScript plugin.
Install VSCode, Docker and ObjectScript plugins and open the folder in VSCode.

Right-click on docker-compose.yml file and click Compose Restart

Once docker will finish starting procedure and show:

Creating objectscript-contest-template_iris_1 ... done

Click on the ObjectScript status bar and select Refresh connection in the menu.
Wait for VSCode to make connection and show something like “localhost:32778[IRISAPP] - Connected”

You can start coding after that. Open ObjectScript.cls in VSCode, make changes and save - the class will be compiled by IRIS on ‘Save’.

Happy coding!

Read more
Made with
Version
1.0.011 Mar, 2020
Category
Technology Example
Works with
InterSystems IRISInterSystems IRIS for Health
First published
11 Mar, 2020
Last checked by moderator
27 Jun, 2023Works