From 9098128dd58f2330a6be62d59678c76025c79b7b Mon Sep 17 00:00:00 2001 From: kthoden Date: Tue, 21 Sep 2021 17:09:26 +0200 Subject: [PATCH] Add documentation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 82e86b0..5a48f04 100644 --- a/README.md +++ b/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.