Fedora Repository 3 Documentation
Page not found

Enables the running of the batch modify utility from the command line.

The default behavior is to only validate the directives. To actually execute them, you must specify a value for execute-directives.

A sample file showing all the available directives is available in FEDORA_HOME/client/demo/batch-demo/modify-batch-directives.xml.

Usage:

fedora-modify [host:port]
              [user]
              [password]
              [directives-filepath]
              [log-filepath]
              [protocol]
              [execute-directives]
              [context]

Where:

  • host:port - the hostname and port of the target Fedora server
  • user - the Fedora administrator username (e.g., fedoraAdmin)
  • password - the password for the Fedora administrator user
  • directives-filepath - the full path to the file containing the batch modify directives
  • log-filepath - the full path to the file where logs will be written
  • protocol - the protocol to communicate with repository, either http or https
  • execute-directives - an optional parameter indicating whether to actually process the directives. This can have any value, and when specified, means that the directives should actually be executed. If unspecified, the directives will be validated only.
  • context - an optional parameter indicating the webapp context. This is only necessary if the Fedora server was installed under a context name other than 'fedora' (see Alternative Webapp Context Configuration). NOTE: This parameter can only be used if the 'execute-directives' has been specified as well.
#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels