Skip to content
Ethan Gruber edited this page Sep 19, 2025 · 4 revisions

This wiki provides documentation for deploying and extending EADitor.

Deployment

The application can be deployed on any platform, but a stable Linux server distribution with a well-maintained package manager is recommended. Since EADitor is deployed on the ANS servers running Ubuntu 24.04 LTS, the following instructions are specific to deploying in Ubuntu, but the steps apply generally to any platform capable of running the Apache Tomcat servlet container.

  1. Installing Tomcat
  2. Deploying Orbeon
  3. Cloning the Github EADitor Repository
  4. Deploying Solr
  5. Deploying eXist-db
  6. Tomcat Authentication
  7. Installing Apache2 and Enabling mod_proxy

Clone this wiki locally