Skip to content

Latest commit

 

History

History
executable file
·
59 lines (45 loc) · 1.38 KB

README.md

File metadata and controls

executable file
·
59 lines (45 loc) · 1.38 KB

Demo - Semantic Analytics (Using AFM short sell register)

Build Status

  • with server
    • cloudfoundry ready
    • embedded Apache Fuseki2 / Jetty server
    • Apache Jena with RDF datasets
    • Angular based faceted search and query frontend.

preparation

Building

from the root of the sources

  • mvn clean package

from the client-angular directory

  • cd client-angular
  • bower install

Running locally

After succesful installations

  • cd configserver/
    • mvn test -Plocalhost or
    • java -jar target/server-1.0-SNAPSHOT.jar

Then navigate to - http://localhost:8080/index.html

Running on the cloud

Prepare

Server

To run the server application in the cloud.

  • cd server
  • cf push

Client

To run the client application in the cloud.

  • update the endpoint in angular-client/search-service.js to the given route for the server app.
  • cd angular-client
  • cf push