Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.34 KB

File metadata and controls

42 lines (25 loc) · 1.34 KB

Enunciate backend

This module uses enunciate to create and publish 2 webservice endpoints for the Grisu API as well as the API documentation (example here ) from the Javadoc comments.

Prerequisites

In order to build the backend from the git sources, you need:

Checking out sourcecode

git clone git://github.com/grisu/enunciate-backend.git

Building Grisu using Maven

To build one of the above modules, cd into the module root directory of the module to build and execute:

cd enunciate-backend
mvn clean install

This will build a war file that can be deployed into a container and also a deb file that can be installed on a Debian based machine.

Configuring the backend

Please refer to the documentation here

Deploying the backend

Either install the .war file in the container of your choice or run the enunciate backend via maven & jetty:

mvn clean install jetty:run-war