ePADD / epadd

ePADD is a software package developed by Stanford University's Special Collections & University Archives that supports archival processes around the appraisal, ingest, processing, discovery, and delivery of email archives.
https://www.epaddproject.org
112 stars 24 forks source link

Is running a server instance of ePADD supported? #393

Closed axfelix closed 3 years ago

axfelix commented 3 years ago

Hi,

Is it possible to run ePADD on a server so that multiple users can connect on server:9099? I assumed so, but trying to run the standalone jar asks for an X11 Display, which suggests it's only supposed to be run locally...

chinuhub commented 3 years ago

Hi. The command to run ePADD is java -Djava.io.tmpdir=/tmp -Depadd.mode.discovery=1 -Dnobrowseropen= -Xmx4g -jar epadd-discovery-standalone.jar -p

Here replace with the port number that you want to use to run ePADD. Please ensure that this port is accessible from outside and will remain open.

Please let me know the command that you are using to run ePADD.

axfelix commented 3 years ago

Thanks! That works -- couldn't find it easily in the documentation.