Archives/ARCHIVEID/
(Redirected from EPrints Directory Structure/eprints3/archives/ARCHIVEID)
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
This is the top level directory for a single repository.
It would not be called "ARCHIVEID" it would be called a sensible lowercase string to identify this repository.
- eprints3/archives/ARCHIVEID
- cfg/ - The repository configuration files.
- documents/ - Uploaded documents. Also contains per-record files such as full-text caches, thumbnails and revision history.
- html/ - The website for this repository. Do not edit by hand.
- var/ - Files generated by eprints specific to this repository
As you add bespoke features to your repository, you may need (or if you install EPrints Bazaar plugins will have) extra sub-directories in this directory:
- bin/ - For scripts you may need to run against the repository archive (e.g. as a cron job).
- cgi/ - Bespoke CGI scripts that can be accessed from the cgi path of the web interface (e.g. https://eprints.example.org/cgi/). If you want to override existing CGI script as you require bespoke changes, you will need to copy them to the equivalent location in this directory and edit them here.
- ssl/ - For adding a securevhost.conf to provide HTTPS Apache configuration for your repository archive.