Skip to content

acdh-oeaw/dse-static

Repository files navigation

Digital Scholarly Editions Static Site Cookiecutter

initial (one time) setup

  • run ./fetch_data.sh
  • run ant

set up GitHub repo

start dev server

publish as GitHub Page

dockerize your application

  • 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 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 dse-static ghcr.io/acdh-oeaw/dse-static:main

Licenses

This project is released under the MIT License

third-party JavaScript libraries

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

SAXON-HE

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

About

dse-static-cookiecutter demo implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published