How to get access to source code?

Hi.
Its an example from Orthanc book
Screenshot from 2022-12-06 18-17-41.png

How can i create “docker volumes” to change Orthanc code. Where the code stored? var/orthanc?
Sorry for stupid question, i’m a beginner.
Thanks!

Source code of the whole Orthanc ecosystem (mainly C++):
https://hg.orthanc-server.com/

Source code of the “osimis/orthanc” Docker images:
https://github.com/orthanc-server/orthanc-builder/tree/master/docker/orthanc

Source code of the “jodogne/orthanc” Docker images:
https://github.com/jodogne/OrthancDocker

Sébastien-

I want to make little changes to file-upload.js in OrthancExplerer. I created volume - ./volumes/orthanc/:/var/lib/orthanc/, but in this folder there is only db folder

вторник, 6 декабря 2022 г. в 18:28:07 UTC+6, s.jo...@gmail.com:

Orthanc Explorer files are not read from the filesystem, but are integrated into the binaries of Orthanc (i.e. they are embedded as resources).

You’ll have to compile Orthanc from sources. Or use the “ServeFolders” plugin to overwrite the built-in version of Orthanc Explorer:
https://book.orthanc-server.com/plugins/serve-folders.html