home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FS132_MA.ZIP / INSTALL.MAN < prev    next >
Encoding:
Text File  |  1993-05-05  |  3.5 KB  |  86 lines

  1. .se Getting Started
  2. .vm 1
  3. .vi 3
  4. .rl 2
  5. .da 07 May, 1993
  6. .ss Installation
  7. .sa config
  8.  
  9. This release incorporates an installer program that we hope will make
  10. installing and configuring this package easier.  We welcome suggestions
  11. and comments on this program.  To begin installation of FSUUCP 1.3:   
  12.  
  13.  1) Unpack the installation ZIP file (fs132-in.zip) into a scratch directory,
  14.     with all other ZIP files.
  15.  
  16.  2) Type "install" and follow the prompted instructions.
  17.  
  18.     The installer will create the proper directories and move the files
  19.     into them, as well as create certain configuration files, some
  20.     of which will need to be hand edited.
  21.  
  22.     Be sure to supply the two variables that are ESSENTIAL for FSUUCP
  23.     operation, "logname" and "sysname." "logname" is the single UUCP
  24.     name of your machine (eg. camelot) and "sysname" is the domain-ized
  25.     name of your machine (eg. camelot.arthur.com). If you do not have
  26.     a domain, enter your machine name followed by the psuedo-domain
  27.     ".UUCP" (eg. camelot.UUCP), and look into getting a domain! .UUCP
  28.     isn't a Good Thing(tm).
  29.  
  30.  3) Edit the configuration files, as provided in the installer, or with
  31.     an external editor. For specific information about each file, see
  32.     either the comments in that file, or the appropriate manual section.
  33.  
  34.     The following files need to be edited to reflect your own system. Some
  35.     are optional, and will work as supplied, while others NEED to be edited,
  36.     and are marked with an asterisk.
  37.  
  38.     * [basedir]\fsuucp.cfg
  39.       [basedir]\home\[user]\mailrc
  40.       [basedir]\home\[user]\sig
  41.     * [libdir]\uucp\systems
  42.       [libdir]\modem\*.mdm (whichever one you're using as reflected in the
  43.                             systems file entry)
  44.     * [libdir]\news\active
  45.     * [libdir]\news\batcher.cfg
  46.     * [libdir]\news\dist
  47.     * [libdir]\news\explist
  48.       [libdir]\news\headers
  49.       [libdir]\news\modrecdg
  50.       [libdir]\news\recordin
  51.     * [libdir]\news\sys
  52.       [libdir]\aliases
  53.       [libdir]\mail.rc
  54.  
  55.  4) Create the proper environment variables
  56.  
  57.     This variable is MANDATORY for proper operation of FSUUCP:  
  58.  
  59.     "FSUUCP" - Gives the directory path to the "FSUUCP.CFG" configuration
  60.                file. There should be no trailing backslash. Hence, if your 
  61.                FSUUCP.CFG file is located as:
  62.  
  63.                  d:\apps\fsuucp\fsuucp.cfg
  64.  
  65.                then there should be a line in your autoexec.bat file as:
  66.  
  67.                  set fsuucp=d:\apps\fsuucp 
  68.  
  69.  5) The following variables are optional: 
  70.  
  71.     "TZ"     - Timezone. Used to append your timezone to time and date
  72.                information. For example, "PDT" for Pacific Daylight Time.
  73.                Without it, FSUUCP assumes Eastern time. (Yes, Fubar Systems
  74.                is located in drought-stricken California, but Borland C++
  75.                defaults to eastern time, so argue with Borland).
  76.  
  77.     "USER"   - Name of the user currently using this FSUUCP session.  This 
  78.                variable determines which mailbox to use and also which return
  79.                paths are returned by mail and news. This variable overrides any
  80.                such setting in the FSUUCP.CFG file. 
  81.  
  82.     "NAME"   - Stores the value of field which prints out handle information
  83.                on mail and news messages.  If you do not have a handle, simply
  84.                set this variable to your real name.  This variable overrides 
  85.                any such setting in the FSUUCP.CFG file. 
  86.