-
Notifications
You must be signed in to change notification settings - Fork 196
Karma As A Service
dkapoor edited this page Dec 5, 2014
·
3 revisions
Karma can be installed to run as an RDF Generation REST Service. The detailed REST API is available here.
To run Karma as a service:
- Compile karma
From the root folder of karma, execute:
mvn clean install
- Run Karma RDF Generation Service
cd karma-web-services/web-services-rdf
mvn jetty:run
or to run it on a different port, say 9999:
mvn -Djetty.port=9999 jetty:run