/orthanc_stone_srv

Orthanc's Stone Web Viewer fork to use as standalone server.

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

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