You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example edition is to build a sample edition data set that can be installed in [eXist-db](https://github.com/eXist-db/exist) alongside [_Edirom Online_](https://github.com/Edirom/Edirom-Online). The data set is to provide two perspectives on Edirom Online:
3
+
4
+
1. A feature based perspective providing test respective sample data for single features available in _Edirom Online_ that can be used to:
5
+
1. test the implementation of certain features
6
+
2. explore the steps necessary to provide a certain feature in the context of your edition's data
7
+
2. A user or content based perspective illustrating the capabilities of _Edirom Online_ in an annotated manner
8
+
9
+
# License Information
10
+
This project is generally licensed und the terms of [Creative Commons Attribution 4.0 International (CC-BY 4.0)](https://creativecommons.org/licenses/by/4.0/) except for files stating otherwise.
11
+
12
+
[](http://creativecommons.org/licenses/by/4.0/)
13
+
14
+
# Building
15
+
16
+
1. In order to build a [EXPath Package](http://exist-db.org/exist/apps/doc/repo.xml) you need Apache ANT installed on your system.
17
+
2. Download the EditionExample code or clone it via git.
18
+
3. Then open your command line prompt and navigate to the EditionExample folder, e.g.
19
+
```terminal
20
+
cd /Users/User/GitHub/EditionExample
21
+
```
22
+
4. Then launch the build process by executing
23
+
```terminal
24
+
ant
25
+
```
26
+
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.
0 commit comments