Skip to content

Files

Latest commit

b8776cf · May 26, 2024

History

History
34 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.14 KB

Jesuitische Jahresberichte aus der Handschriftensammlung der Österreichischen Nationalbibliothek

initial (one time) setup

  • run ./shellscripts/script.sh
  • run ./fetch_data.sh
  • run ant

start dev server

publish as GitHub Page

dockerize your application

  • To build the image run: docker build -t jesuiten-static .
  • To run the container: docker run -p 80:80 --rm --name jesuiten-static jesuiten-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 jesuiten-static ghcr.io/jesuiten-oenb/jesuiten-static:main