Versions Compared

Key

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

Walkthrough

The following steps simulate a typical user session. An end result is then shown.

The user uploads content:

Code Block
languagebash
mvn jetty:run -Dfcrepo.ispn.repo.CacheDirPath=/tmp/FedoraRepo -Dmodeshape.xx
curl -v -XPUT --upload-file X.txt http://localhost:8080/rest/X-1/ds0/fcr:content
curl -v -XPUT --upload-file X.jpg http://localhost:8080/rest/X-2/ds0/fcr:content

The directory layout would like this:

Code Block
languagebash
ls /tmp/FedoraRepo
---

 

Configuration Options

File system Backends

LevelDB

Info

Specifying fcrepo.ispn.repo.CacheDirPath=/tmp/FedoraRepo would result in a directory with LevelDB artifacts, such as files 000003.log.

...