Developer Guide - License RTU Editor

About License RTU Editor

  • License RTU Editor provides a UI editor to create right to use agreement and save / export in json format.
  • The editor can be used as
    • Web component inline to your web page
    • iframe document launched from your web page
  • For building and using as Web Component, refer license-manager/license-rtu-editor/README.md.

Build Prerequisites

Build Instructions

  1. Browse to your preferred directory and run below commands:
git clone "https://gerrit.acumos.org/r/license-manager" cd license-rtu-editor
  1. Install node modules
npm install
  1. Build via this command:

    npm run build

  2. Command to build docker image: docker build -t acumos/license-rtu-editor:<<VERSION>> .