Skip to content

acdh-oeaw/pez-nachlass-static

Repository files navigation

Der digitalisierte Nachlass von Bernhard und Hieronymus Pez

initial (one time) setup

  • run ./shellscripts/script.sh

  • run ant

set up GitHub repo

start dev server

publish as GitHub Page

dockerize your application

  • To build the image run: docker build -t pez-nachlass-static .
  • To run the container: docker run -p 80:80 --rm --name pez-nachlass-static pez-nachlass-static
  • in case you want to password protect you server, create a .htpasswd file (e.g. https://htpasswdgenerator.de/) and modifiy Dockerfile to your needs; e.g. run htpasswd -b -c .htpasswd admin mypassword

run image from GitHub Container Registry

docker run -p 80:80 --rm --name pez-nachlass-static ghcr.io/csae8092/pez-nachlass-static:main