Hi T!

Thanks for this, you are right.

Highcharts.js changes license terms through time. 
I haven't found the license agreement actual for highcharts.js 3.0 which is delivered with the current DSW release. I remember it was something like "You pay for the support".

The license for the current version highcharts.js 7.2 is the following and could be purchased for commercial usage.

Community version of IRIS and IRIS for Health are available on download.intersystems.com

Community docker versions of IRIS and IRIS for health are available on InterSystems store at dockerhub.com with the following tags:

docker pull store/intersystems/iris-community:2019.4.0.379.0

docker pull store/intersystems/irishealth-community:2019.4.0.379.0

Enterprise versions of IRIS and Caché are available for download at wrc.intersystems.com .

Also InterSystems IRIS Enterprise and Community Edition are avaialble via InterSystems cloud offerings on AWS, GCP and Azure.

HTH
 

I'll participate in the meetup with the session:

📌 11:45 – 12:15     
Resources and Services for InterSystems Developers. ObjectScript Package Manager Introduction

Takeaway: Attendees will learn about  Developers Community, Open Exchange and other Resources and Services available for developers on InterSystems data platforms and will know about InterSystems Package Manager and how it can help in InterSystems IRIS solutions development
 

Come join InterSystems Developers Meetup in Israel!
 

Updated the Installer.cls file - now you can set up the namespace and path in variables "Namespace" and "app" respectfully at the top of  Installer.cls.

  <Default Name="Namespace" Value="IRISAPP"/>
  <Default Name="app" Value="irisapp" />
 

This is convenient if you need to install the app to the namespace with your name.

Notice, that if you want instantly edit and compile the code of your project with VSCode don't forget to change the Namespace parameter in settings.json too.