Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
/ antioch Public archive

Antioch Text Annotation Repository

License

Notifications You must be signed in to change notification settings

HuygensING/antioch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See the generated Maven site for documentation on Antioch.

(cheat-sheet to publish the site):
Dry-run of publishing the site to github.io via the gh-pages branch of the project:
mvn scm-publish:publish-scm -Dscmpublish.dryRun=true
Generating the site and publishing it:
mvn clean verify site:site site:stage scm-publish:publish-scm
Alternatively, use the docker image:
docker run -v ${workdir}:/home/antioch/.antioch -p${native_port}:2015 huygensing/antioch-server:latest-develop

where workdir is a local directory to persist the db on, and native_port is the port you want the server to be accessed on.