Versions Compared

Key

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

...

  • Deploying Fedora
  • Explore features
  • Gain insight into content modeling
  • Set up a federation over a local filesystem
  • Set up JMS message consumer
  • Set up external triplestore

Prerequisites

Either

  1. Vagrant setup:
  2. Or, Standalone apps setup:
    • Java7 installed
    • WAR file(s) downloaded
    • Configuration files downloaded
    • Tomcat installed (optional)

Downloads

War files

Required

Optional

Configuration files

Triplestore

  • Download and unpack Jena Fuseki (ZIP or TAR) prior to the training

...

  1. Setup Fuseki (docs)
    1. Start Fuseki

      Code Block
      ./fuseki-server --update --mem /test
    2. Verify running at – http://localhost:3030
  2. Start Fedora

    Code Block
    java -Dfcrepo.modeshape.configuration=file:/path/to/repository-federation.json -jar fcrepo-webapp-4.1.0-jetty-console.war --headless
  3. Start fcrepo-message-consumer

    Code Block
    java -jar fcrepo-message-consumer-webapp-4.1.0-jetty-console.war --headless --port 9090
  4. Create/Update some objects and perform some queries (examples)

Additional Resources

...

...