Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ git clone https://github.com/futures/fcrepo-jms-indexer-pluggable.git
  
$ cd fcrepo-jms-indexer-pluggable
$ mvn install
$ cd fcrepo-jms-indexer-webapp
$ mvn -Dfcrepo.host=localhost -Dfcrepo.port=8080 -Dfuseki.host=localhost -Dfuseki.port=3030 -Djetty.port=80818082 jetty:run

If the Fedora Repository is be running at http://localhost:8080/rest/ – you can create, update and delete objects and datastreams using your browser, or using the REST API (see SPARQL Recipes).  Each event will trigger the indexer and be synced to Fuseki (or Sesame), which you can access at http://localhost:3030/ (if you have Fuseki running on its default port).