- build with DSE-Static-Cookiecutter
-
run
./shellscripts/dl_imprint.sh -
run
ant
- create a public, new, and empty (without README, .gitignore, license) GitHub repo https://github.com/TAJSchaaf/dse-static
- run
git initin the root folder of your application dse-static - execute the commands described under
…or push an existing repository from the command linein your new created GitHub repo https://github.com/TAJSchaaf/dse-static
cd html/python -m http.server- go to http://0.0.0.0:8000/
- go to https://https://github.com/TAJSchaaf/dse-static/actions/workflows/build.yml
- click the
Run workflowbutton
- 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
.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 dse-static ghcr.io/TAJSchaaf/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