Versions Compared

Key

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

...

Code Block
JAVA_OPTS="${JAVA_OPTS} -Dfcrepo.modeshape.configuration=classpath:/config/minimalfile-defaultsimple/repository.json -Dfcrepo.home=/mnt/fedora-data"

...

Code Block
JAVA_OPTIONS="${JAVA_OPTIONS} -Dfcrepo.modeshape.configuration=classpath:/config/minimalfile-defaultsimple/repository.json -Dfcrepo.home=/mnt/fedora-data"

...

Code Block
--exec
-Dfcrepo.home=/mnt/fedora-data
-Dfcrepo.modeshape.configuration=classpath:/config/minimalfile-defaultsimple/repository.json

Maven jetty:run

...

Code Block
mvn -Dfcrepo.home=/mnt/fedora-data -Dfcrepo.modeshape.configuration=classpath:/config/minimalfile-defaultsimple/repository.json jetty:run

...