EPrints 2.3 Documentation - configure_archive command



NAME

configure_archive - create a new EPrint Archive, or edit the basic options of an existing repository.


SYNOPSIS

configure_archive [repository_id] [options]


DESCRIPTION

Create a new EPrint Archive, or edit the basic options of an existing repository.

This script will prompt the user for various basic information about the repository and then will:

  - create a basic XML config file
  - make the repository directory
  - copy default files into the repository directory
  - create the MySQL database (but not the tables)

After running this script you should edit the files created in the repository cfg directory, especially ArchiveConfig.pm then you will need to run a number of setup scripts, starting with create_tables.


ARGUMENTS

repository_id

The ID of the EPrint repository to modify (or create).


OPTIONS

--help

Print a brief help message and exit.

--man

Print the full manual page and then exit.

--quiet

This option does not do anything.

--verbose

Explain in detail what is going on. May be repeated for greater effect.

--version

Output version information and exit.

 EPrints 2.3 Documentation - configure_archive command