-
Notifications
You must be signed in to change notification settings - Fork 61
JSON generator web page
Christian Herz edited this page Jun 9, 2016
·
4 revisions
Current Version: https://github.com/che85/dcmqi/tree/webinterface
In order to be able to run the web page for generating a valid JSON file, you will need the following:
- Node.js (https://nodejs.org/)
- Bower (http://bower.io/)
- A http server (Node.js provides one - see 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/