Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 717 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 717 Bytes

Non-official fork from Orthanc's Stone Web Viewer

The front end is already built. The NodeJS static web server acts also as a proxy to the DICOM WADO server.

  • Install NodeJS
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
  • Configure correctly server.json.
  • Install dependencies and run server.
npm install
npm start

To update the latest front-end (easy way).

node download.js

Or build the latest version from repository (only for Ubuntu)

sudo sh build.sh