- data is fetched from https://github.com/acdh-oeaw/daacda-data
- build with DSE-Static-Cookiecutter
- run
./shellscripts/dl_saxon.sh - run
./fetch_data.sh - run
ant
- create a public, new, and empty (without README, .gitignore, license) GitHub repo https://github.com/acdh-oeaw/daacda-static
- run
git initin the root folder of your application daacda-static - execute the commands described under
…or push an existing repository from the command linein your new created GitHub repo https://github.com/acdh-oeaw/daacda-static
cd html/python -m http.server- go to http://0.0.0.0:8000/
- go to https://https://github.com/acdh-oeaw/daacda-static/actions/workflows/build.yml
- click the
Run workflowbutton
- To build the image run:
docker build -t daacda-static . - To run the container:
docker run -p 80:80 --rm --name daacda-static daacda-static - in case you want to password protect you server, create a
.htpasswdfile (e.g. https://htpasswdgenerator.de/) and modifiyDockerfileto your needs; e.g. runhtpasswd -b -c .htpasswd admin mypassword
docker run -p 80:80 --rm --name daacda-static ghcr.io/acdh-oeaw/daacda-static:main
the code for all third-party libraries used is included in the html/vendor folder, their respective licenses can be found either in a LICENSE.txt file or directly in the header of the .js file