Written by

Sales Engineer at InterSystems
Article Guillaume Rongier · Nov 23, 2020 1m read

Iris key uploader

Introduction

This is iris-key-uploader a frontend in Angular with it's rest API.

The aim of this project is to easily import key file to Iris from a web ui.

Why this project

Unfortunatly the IRIS panel to change key doesn't give the opportunity to upload the license.

Panel

As you can see, you can only browse from the server side.

What if, you don't have a direct access to it ?

You would like to have a simple web page to upload the new key and activate it.

This is the purpose of this project.

Demo

Demo

UI

http://localhost:52773/keyuploader/index.html

Build

Run the server

docker-compose up -d

Install with ZPM

zpm "install iris-key-uploader"

Remarques

This is working even if the instance doesn't have any key. In fact, without key IRIS have one LU (License Unit) available.

Comments

Ben Spead · Apr 15, 2021

very nice ... this definitely fills a practical need!!!

0
Lucas Fernandes · Apr 16, 2021

Very useful. I have had this problem many times.

0
Guillaume Rongier · Apr 30, 2021

Thanks you all !

I am glad to see that this little module is used and useful :)

0