Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Latest commit

 

History

History
35 lines (19 loc) · 935 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 935 Bytes

STATUS

The project is discontinued.

Build Status

Qucosa Webapi

A Java web application that provides a RESTful interface to the Qucosa repository backend, a Fedora Commons service. It also provides a less RESTful interface for supporting first version Qucosa clients.

Description

Building

The qucosa-webapi program is a Maven project and as such can be build with the Maven package command:

$ mvn package

This will generate a deployable WAR file target/qucosa-webapi-<VERSION>.jar for Java Servlet Containers like Tomcat or Jetty.

Usage

After building and deploying you should be able to access the APIs resources via their URLs.

Licence

The program is licenced under GPLv3. See the COPYING file for details.