Versions Compared

Key

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

...

Code Block
[dspace]/bin/dspace packager -e [user-email] -p [parent-handle] -t [packager-name] /full/path/to/package

Wiki Markup
Where _\[DSDOCDEV:user-email\]_ is the e-mail address of the E-Person under whose authority this runs; _\[DSDOCDEV:parent-handle\]_ is the Handle of the Parent Object into which the package is ingested, _\[DSDOCDEV:packager-name\]_ is the plugin name of the package ingester to use, and _/full/path/to/package_ is the path to the file to ingest (or _"-"_ to read from the standard input).

...

Code Block
[dspace]/bin/dspace packager -d -e [user-email] -i [handle] -t [packager-name] [file-path]

Wiki Markup
Where _\[DSDOCDEV:user-email\]_ is the e-mail address of the E-Person under whose authority this runs; _\[DSDOCDEV:handle\]_ is the Handle of the Object to disseminate; _\[DSDOCDEV:packager-name\]_ is the plugin name of the package disseminator to use; and _\[DSDOCDEV:file-path\]_ is the path to the file to create (or _"-"_ to write to the standard output).  For example:

...