Versions Compared

Key

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

...

  1. Start Fedora 4.7.1-RC-2 one-click at port=8686 and context=f4

    Code Block
    java -Dfcrepo.dynamic.jms.port=61717 -Dfcrepo.dynamic.stomp.port=61713 -jar fcrepo-webapp/target/fcrepo-webapp-4.7.1-SNAPSHOT-jetty-console.jar --port 8686 --headless --contextPath /f4
  2. Start Fedora 4.7.1-RC-2 one-click at port=8080 and context=fcrepo

    Code Block
    java -jar fcrepo-webapp/target/fcrepo-webapp-4.7.1-SNAPSHOT-jetty-console.jar --port 8080 --headless --contextPath /fcrepo
  3. Load resources per ingest.sh
    1. Example RDF of resources
      1. collection0.rdf
      2. book0.rdf
      3. bookA.rdf
  4. Download 0.1.0 import/export jar

...