- data is fetched from https://github.com/acdh-oeaw/dse-static-data
- build with DSE-Static-Cookiecutter
- run
./fetch_data.sh
- run
ant
- create a public, new, and empty (without README, .gitignore, license) GitHub repo https://github.com/acdh-oeaw/dse-static
- run
git init
in the root folder of your application dse-static - execute the commands described under
…or push an existing repository from the command line
in your new created GitHub repo https://github.com/acdh-oeaw/dse-static
cd html/
python -m http.server
- go to http://0.0.0.0:8000/
- go to https://https://github.com/acdh-oeaw/dse-static/actions/workflows/build.yml
- click the
Run workflow
button
- To build the image run:
docker build -t dse-static .
- To run the container:
docker run -p 80:80 --rm --name dse-static dse-static
- in case you want to password protect you server, create a
.htpasswd
file (e.g. https://htpasswdgenerator.de/) and modifiyDockerfile
to your needs; e.g. runhtpasswd -b -c .htpasswd admin mypassword
docker run -p 80:80 --rm --name dse-static ghcr.io/acdh-oeaw/dse-static:main
This project is released under the MIT License
The code for all third-party JavaScript 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
The projects also includes Saxon-HE, which is licensed separately under the Mozilla Public License, Version 2.0 (MPL 2.0). See the dedicated LICENSE.txt