Located here: https://github.com/sscotti/PACS_Integration
That is basically one of my dev environments for Orthanc. Just re-index, and if interested you can try to clone or download it, and then run the integrated Docker Containers on your hosts. I’ll provide more documentation in the near future, but I’ve tried it a few times from scratch and it seems to start up OK, including the database initialization, etc.
For the “Portal”, that is a Laravel App, so you’ll need to update the composer vendor packages and possibly the node_modules in order to get it to run.
There are some basic instructions on GitHub. One reason I built it is because I’m working on an MWL replacement / add-on and MPPS server. Those are in the package, but you’ll have to test via the CLI (notes in the scripts) or with that DVTk Windows based toolkit (not a fan of Windows), but nice tools.
Thanks.