comparison Applications/StoneWebViewer/BuildInstructions.txt @ 1860:b8f54ab47b3b

SeriesList: display the SeriesNumber tag in front of image count.
author Alain Mazy <am@osimis.io>
date Tue, 21 Sep 2021 12:29:48 +0200
parents 58681a5c727b
children 63587fdeec69
comparison
equal deleted inserted replaced
1859:58681a5c727b 1860:b8f54ab47b3b
64 Everytime you modify the HTML/CSS/JS or C++ code from the WebAssembly, you don't need to restart Orthanc and can simply run 64 Everytime you modify the HTML/CSS/JS or C++ code from the WebAssembly, you don't need to restart Orthanc and can simply run
65 cd ~/dev/build/wasm-stone-viewer && ninja install 65 cd ~/dev/build/wasm-stone-viewer && ninja install
66 Then, the viewer is available on http://localhost:8043/stone-webviewer-live/index.html?study=1.2.3.4.5 66 Then, the viewer is available on http://localhost:8043/stone-webviewer-live/index.html?study=1.2.3.4.5
67 67
68 If you modify the plugin code, you must of course rebuild the plugin and restart Orthanc 68 If you modify the plugin code, you must of course rebuild the plugin and restart Orthanc
69
70 If you modify the scss files, you'll need to run:
71 - Applications/StoneWebViewer/Resources$ ./node_modules/node-sass/bin/node-sass ./Styles/styles.scss > ../WebApplication/app.css as explained in Applications/StoneWebViewer/Resources/Styles.txt