TEI Publisher - DCMLab/ddd GitHub Wiki
We will use TEI Publisher to display the texts online.
Installation
Following instructions here (using Docker): https://teipublisher.com/exist/apps/tei-publisher/doc/documentation.xml?id=docker&root=2.7.6.11
- Download Docker and install (or Docker Desktop for Windows/Mac)
- Run
docker pull existdb/teipublisher:latestin terminal - Run
docker run -p 8081:8080 -p 8444:8443 --name teipublisher existdb/teipublisher:latest - Open
localhost:8081
If you already did steps 1-3, just type docker start teipublisher and open localhost:8081.
Usage
A great introduction is the workshop given by Wolfgang Meier: