Created
November 25, 2013 19:47
-
-
Save gregjan/7647595 to your computer and use it in GitHub Desktop.
Setting storage locations for ispn/mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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