EPrints 2.3 Documentation - create_tables command



NAME

create_tables - create SQL tables for an EPrints repository


SYNOPSIS

create_tables repository_id [options]


DESCRIPTION

Create the SQL tables which the EPrints software will use.

You should run import_subjects after this, actually it will remind you unless you make it --quiet.


ARGUMENTS

repository_id

The ID of the EPrint repository to effect.


OPTIONS

--force

Go ahead and try and create the tables, even if the script encounters things it thinks are wrong like too many indexed fields or too the database not being empty.

--help

Print a brief help message and exit.

--man

Print the full manual page and then exit.

--quiet

Be vewwy vewwy quiet. This option will supress all output unless an error occurs.

--verbose

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

--version

Output version information and exit.

 EPrints 2.3 Documentation - create_tables command