👌

Docker版のTEI Publisherを使用する

2024/05/15に公開

概要

Docker版のTEI Publisherを使用する機会があったので、備忘録です。

https://teipublisher.com/exist/apps/tei-publisher-home/index.html

TEI Publisherは以下のように説明されています。

TEI Publisher facilitates the integration of the TEI Processing Model into exist-db applications. The TEI Processing Model (PM) extends the TEI ODD specification format with a processing model for documents. That way intended processing for all elements can be expressed within the TEI vocabulary itself. It aims at the XML-savvy editor who is familiar with TEI but is not necessarily a developer.

(機械翻訳)
TEI Publisherは、TEI Processing Modelをexist-dbアプリケーションに統合することを容易にします。TEI Processing Model(PM)は、ドキュメントの処理モデルを備えたTEI ODD仕様形式を拡張します。これにより、すべての要素の意図された処理をTEI語彙自体内で表現することができます。このモデルは、TEIに精通しているが必ずしも開発者ではないXML熟練のエディターを対象としています。

方法

以下を参考に進めます。

https://github.com/eeditiones/teipublisher-docker-compose

git clone https://github.com/eeditiones/teipublisher-docker-compose
docker compose up -d --build

以下が表示されれば完了です。

[+] Running 6/6
 ✔ Network teipublisher-docker-compose_default         Created                                                                                                                                                                                                                                                                             0.0s 
 ✔ Container teipublisher-docker-compose-ner-1         Started                                                                                                                                                                                                                                                                             0.1s 
 ✔ Container teipublisher-docker-compose-cantaloupe-1  Started                                                                                                                                                                                                                                                                             0.1s 
 ✔ Container teipublisher-docker-compose-certbot-1     Started                                                                                                                                                                                                                                                                             0.1s 
 ✔ Container teipublisher-docker-compose-publisher-1   Started                                                                                                                                                                                                                                                                             0.7s 
 ✔ Container teipublisher-docker-compose-frontend-1    Started

以下にアクセスすると、TEI Publisherが表示されます。

http://localhost

まとめ

TEI Publisherの使用にあたり、参考になりましたら幸いです。

Discussion