WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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