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.
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
To install the application from source, see howtos.
The WAP Server is licensed under the Apache License, Version 2.0.