Skip to content

JSON generator web page

Christian Herz edited this page Jun 9, 2016 · 4 revisions

Current Version: https://github.com/che85/dcmqi/tree/webinterface

Prerequisites

In order to be able to run the web page for generating a valid JSON file, you will need the following:

Usage

You can use your own http server or you can simply install one from Node.js:

sudo npm install http-server -g

Run the following commands from dcmqi/web/app directory:

bower install
http-server app/
Clone this wiki locally