This is a sample setup to demonstrate how to configure OrthancToolsJS next to Orthanc. For full documentation, check the Github pages of the project https://github.com/salimkanoun/Orthanc-Tools-JS/.
This demo contains:
- an Orthanc container
- an OrthancToolsJS container
- a Postgresql server for the OrthancToolsJS application
- a Redis server for the OrthancToolsJS application
- To start the setup, type:
docker-compose up --build
- the OrthancToolsJs UI is accessible at http://localhost:4000
- root login/pwd for web interfaces: admin/admin