Tech. Documentation - configure_archive command



NAME

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


SYNOPSIS

configure_archive [archiveid] [options]


DESCRIPTION

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

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

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

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


ARGUMENTS

archiveid
The ID of the EPrint archive 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