Difference between revisions of "Paths.pl"
(Added page about config file) |
(Added actually file name in bold.) |
||
Line 2: | Line 2: | ||
{{cfgd}} | {{cfgd}} | ||
− | + | '''paths.pl''' contains configuration for the paths on the filesystem for certain parts of the archive: | |
* '''<code>$c->{documents_path}</code>''' - Path to the documents directory of the archive. By default ''ARCHIVE_ROOT/documents''. | * '''<code>$c->{documents_path}</code>''' - Path to the documents directory of the archive. By default ''ARCHIVE_ROOT/documents''. | ||
* '''<code>$c->{config_path}</code>''' - Path to the configuration directory of the archive. By default ''ARCHIVE_ROOT/cfg''. | * '''<code>$c->{config_path}</code>''' - Path to the configuration directory of the archive. By default ''ARCHIVE_ROOT/cfg''. | ||
* '''<code>$c->{htdocs_path}</code>''' - Path to the HTML docuuments cache directory of the archive. By default ''ARCHIVE_ROOT/html''. | * '''<code>$c->{htdocs_path}</code>''' - Path to the HTML docuuments cache directory of the archive. By default ''ARCHIVE_ROOT/html''. |
Latest revision as of 10:50, 30 January 2022
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
paths.pl contains configuration for the paths on the filesystem for certain parts of the archive:
$c->{documents_path}
- Path to the documents directory of the archive. By default ARCHIVE_ROOT/documents.$c->{config_path}
- Path to the configuration directory of the archive. By default ARCHIVE_ROOT/cfg.$c->{htdocs_path}
- Path to the HTML docuuments cache directory of the archive. By default ARCHIVE_ROOT/html.