Update README
dazza-codes opened this issue · 0 comments
dazza-codes commented
The current options are not consistent with the README
$ fcrepo_wrapper -h
Usage: fcrepo_wrapper [options]
--config FILE Load configuration from a file
-v, --[no-]verbose Run verbosely
--[no-]jms Run with[or witout] JMS
--version VERSION Specify a fcrepo version to download (default: 4.7.1)
-p, --port PORT Specify the port fcrepo should run at (default: 8080)
-i, --instance_directory DIR Install/use fcrepo jar at the given directory
-d, --fcrepo_home DIR Store fcrepo at the given directory
-h, --help Show these usage options
Commonly used command are:
clean : cleans all data from fedora based on configuration options
See 'fcrepo_wrapper COMMAND --help' for more information on a specific command.
$ cat .fcrepo_wrapper
# Place any default configuration for solr_wrapper here
port: 8984
enable_jms: false
- What is the
enable_jms
and--[no]jms
option?
Maybe add links to relevant FCREPO docs? Maybe: