Skip to content

kit-data-manager/wap-server

Repository files navigation

Web Annotation Protocol Server

Code Coverage License

This project contains a server for creating and managing annotations based on the Web Annotation Data Model (WADM) implementing the complete Web Annotation Protocol (WAP). The service is realized as microservice using Spring Boot and can be operated standalone.

How to build and use

Docker

docker build -f docker/Dockerfile -t wap-server .

To run the application at http://localhost:<host port>, use:

docker run -d -p <host port>:8080 -e WAPBASEPATH=http://localhost:<host port> wap-server

From source

To install the application from source, see howtos.

More Information

License

The WAP Server is licensed under the Apache License, Version 2.0.