This example edition is to build a sample edition data set that can be installed in eXist-db alongside Edirom Online. The data set is to provide two perspectives on Edirom Online:
- A feature based perspective providing test respective sample data for single features available in Edirom Online that can be used to:
- test the implementation of certain features
- explore the steps necessary to provide a certain feature in the context of your edition's data
- A user or content based perspective illustrating the capabilities of Edirom Online in an annotated manner
This project is generally licensed und the terms of Creative Commons Attribution 4.0 International (CC-BY 4.0) except for files stating otherwise.
- In order to build a EXPath Package you need Apache ANT installed on your system.
- Download the EditionExample code or clone it via git.
- Then open your command line prompt and navigate to the EditionExample folder, e.g.
cd /Users/User/GitHub/EditionExample
- Then launch the build process by executing
ant
The default build target xar
of build.xml
will generate a folder "dist" in the Repository containing EditionExample-VERSION.xar
e.g. EditionExample-0.1.xar
. This file can be uploaded to your eXist-db instance.