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.
In order to build the backend from the git sources, you need:
- Sun Java Development Kit (version ≥ 6)
- git
- Apache Maven (version >=2)
git clone git://github.com/grisu/enunciate-backend.git
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.
Please refer to the documentation here
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