Latest 3.x Release

This documentation covers the latest release of the legacy 3.x Fedora. Looking for another version? See all documentation.

Fedora 4 Development

Looking for Fedora's currently active development?

A convenient script to ingest all included demo objects for a new Fedora installation. See Demonstration Objects for descriptions of these objects.

Usage:

fedora-ingest-demos [host]
                    [port]
                    [user]
                    [password]
                    [protocol]
                    [context]

Where:

  • host - the hostname of the Fedora server; default is localhost
  • port - the port number on which the Fedora server is running; default is 8080
  • user - the Fedora user (e.g. fedoraAdmin)
  • password - the Fedora user's password
  • protocol - how to connect to repository, either http or https
  • 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).

Example:

fedora-ingest-demos localhost 8080 fedoraAdmin fedoraAdmin http
  • No labels