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

  1. Download Docker and install (or Docker Desktop for Windows/Mac)
  2. Run docker pull existdb/teipublisher:latest in terminal
  3. Run docker run -p 8081:8080 -p 8444:8443 --name teipublisher existdb/teipublisher:latest
  4. 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: