Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add documentation
  • Loading branch information
kthoden committed Sep 21, 2021
1 parent 7233eb1 commit 9098128
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
@@ -1,3 +1,11 @@
# EOA eXist app

An app for the eXist XML database for easier distribution.

## Deployment

In order to build and deploy this app, `ant` is required. After you made changes to the code, change into the `app` directory and run

ant

which is a Makefile and will create a `xar` package in the `releases` directory. This `xar` file can then be deployed in the `eXist` database.

0 comments on commit 9098128

Please sign in to comment.