Skip to content

Commit

Permalink
Adds building and deployment notes
Browse files Browse the repository at this point in the history
  • Loading branch information
claussni committed Dec 6, 2014
1 parent 3a371f0 commit 97b6eab
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,18 @@

Implements a file handler class for [sword-fedora](https://github.com/slub/sword-fedora)
SWORD server which handles deposits of media type `application/vnd.qucosa.mets+xml`.

## Building

The Qucosa SWORD file handler is an extension to sword-fedora. For compilation the sword-fedora
classes have to be installed in your local Maven repository.

To achieve this, simply clone [sword-fedora](https://github.com/slub/sword-fedora) and run
`mvn install`.

## Deployment

Make sure the Qucosa SWORD file handler Jar is present in your sword-fedora deployments class path.
Then add `<handler class="org.purl.sword.server.fedora.fileHandlers.QucosaMETSFileHandler"/>` to the
`<file_handlers` section in the `properties.xml` you use for configuring the SWORD server.

0 comments on commit 97b6eab

Please sign in to comment.