If you don't have Scala & sbt installed, please refer to the one-click install for scala docs. TLDR:
curl -Lo cs https://git.io/coursier-cli-linux && chmod +x cs && ./cs setup
Then, clone this repository, build & run Docker image:
git clone git@github.com:tkroman/ddmf.git && \
cd ddmf && \
sbt docker && \
docker run -p 8080:8080 -e NUMBER_OF_NODES=4 -e HISTORY_SIZE=1024 tkroman/ddmf