Dockerfile for Palladio. https://github.com/humanitiesplusdesign/palladio
latest
Pull the docker image.
$ docker pull garethdigby/palladio
Run docker, mapping container port 8000 to host port 8000.
$ docker run -d --name palladio -p 8000:8000 garethdigby/palladio:latest
You access Palladio on your local machine at http://localhost:8000.
Humanities + Design's palladio