This is a dockerised version of eXist-db running TEI-Publisher.
425
This project is the result of a graduate course taught by Dr. Johanna Jebe and Dr. Bastiaan Waagmeester at the Eberhard Karls Universität Tübingen during the summer semester of 2023. A group of students created three transcriptions and translations of texts that show how medieval people communicated and negociated with the supernatural. Read more about the project on the course website.
For the current version of the app TEI-publisher is used. This is an instant publishing toolbox that was flexible enough to accommodate the requirements of the project.
The app currently runs in a Docker container, which allows for easy updates and sharing despite heavier system requirements. Below you will find instruction to obtain the Docker image, run it and gain access to the data.
Download and install Docker for either Windows, Mac or Linux.
Execute docker pull libripendis/uebungss23:0.9 in your terminal.
Execute docker run -it -d -p 8080:8080 -p 8443:8443 --name daemon libripendis/uebungss23:0.9 in your terminal and open localhost:8080 in your browser.
On the dashboard click on daemon to start the TEI-Publisher instance.
The XML (db/apps/daemon/data), HTML (db/apps/daemon/templates) and ODD (db/apps/daemon/resources/odd) files are easily accessible via eXide which you will also find on the dashboard. An admin access can be obtained using login: admin and password: hicsuntdaemones.
As TEI-Publisher is licensed under the GPLv3 license this project is as well.
Content type
Image
Digest
sha256:771e99ec3…
Size
309.6 MB
Last updated
about 1 year ago
docker pull libripendis/uebungss23:0.9.2