Installation Paths
  
Configuration Variables
URL Configuration


The File Submission System

SourceForge.net Logo
 

Installation Paths

These are locations used to install parts of the submit system.

CONF_LOC In Makefile  
The installed path of the run-time configuration file. Usually /etc/submit.conf or /usr/local/etc/submit.conf.
 
MAN In Makefile Configured by setup.pl  
MAN1 In Makefile  
MAN8 In Makefile  
The location of the manual page hierarchy, and directories for sections 1 and 8 of the manual.
 
CGI_BIN In Makefile Configured by setup.pl  
The path of the directory where the submit system CGI scripts will be installed. Obviously your web server must be able to run files here as CGI scripts.
 
IMAGE_LOC In Makefile Configured by setup.pl  
The path of the directory where the submit system images are stored. These images must be accessible to the web browser.
 
STEM In Makefile  
ETC In Makefile  
VAR In Makefile  
LIB In Makefile  
BIN In Makefile  
These are directories used to build other locations. Nothing is installed directly into any of them. The STEM is empty by default, or /usr/local. The others are the usual Unix top-level directories.
 
SUBLIB In Makefile  
A directory under LIB where the perl modules supporting the submit system are stored. These need not be on the perl module search path.