Skip to content

KONDE-AT/grundbuecher-static

Repository files navigation

Wiener Grundbücher

initial (one time) setup

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

start dev server

publish as GitHub Page

dockerize your application

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