Skip to content

Instantly share code, notes, and snippets.

@gregjan
Created November 25, 2013 19:47
Show Gist options
  • Save gregjan/7647595 to your computer and use it in GitHub Desktop.
Save gregjan/7647595 to your computer and use it in GitHub Desktop.
Setting storage locations for ispn/mode
STORE=/data/tests/stores
FEDORA_OPTS="\
-Dfcrepo.modeshape.configuration=classpath:/config/minimal/repository.json \
-Dcom.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean.default.objectStoreDir=$STORE/arjuna.default.objectstore \
-Dcom.arjuna.ats.arjuna.objectstore.objectStoreDir=$STORE/arjuna.objectstore \
-Dfcrepo.ispn.CacheDirPath=$STORE/ispn \
-Dfcrepo.ispn.binary.CacheDirPath=$STORE/ispn.binary \
-Dfcrepo.modeshape.index.location=$STORE/modeshape.index \
-Dfcrepo.ispn.alternative.CacheDirPath=$STORE/ispn.alternative \
-Dfcrepo.ispn.binary.alternative.CacheDirPath=$STORE/ispn.binary.alternative \
-Dfcrepo.ispn.repo.CacheDirPath=$STORE/ispn.repo"
export FEDORA_OPTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment