EPrints 2.3 Documentation - configure_archive command |
configure_archive - create a new EPrint Archive, or edit the basic options of an existing repository.
configure_archive [repository_id] [options]
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.
The ID of the EPrint repository to modify (or create).
Print a brief help message and exit.
Print the full manual page and then exit.
This option does not do anything.
Explain in detail what is going on. May be repeated for greater effect.
Output version information and exit.
EPrints 2.3 Documentation - configure_archive command |