home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PX11TD.ZIP / INSTALL.DOC < prev    next >
Encoding:
Text File  |  1995-08-15  |  8.2 KB  |  214 lines

  1.                   Platinum Xpress Installation Procedure
  2.                  (c) copyright 1995 by Santronics Software
  3.  
  4. It is highly recommended you print this install procedure and follow and
  5. checkoff each item completed or reviewed.  By doing so, you should be up
  6. and running in no time.
  7.  
  8. For those who are currently running other systems and are looking at
  9. converting to Platinum Xpress, do not skip section 2.0
  10.  
  11. 1.0) Installing Platinum Xpress (PX for short) for the first time
  12. ───────────────────────────────────────────────────────────────────────
  13.  
  14.      ┌──────────────────────────────────────────────────────────────────┐
  15.      │  NOTE: THE MOST IMPORTANT STEP IS STEP 1.2. DO NOT SKIM THIS     │
  16.      │        INSTRUCTION.                                              │
  17.      └──────────────────────────────────────────────────────────────────┘
  18.  
  19.      The INSTALL Program will ask you to select a drive and directory
  20.      into which the files will be decompressed.
  21.  
  22.      We suggest \PX on the drive where you have the most disk space
  23.      available.  PX will need about 2 megs for itself and much more
  24.      depending on your mail needs.
  25.  
  26.      After INSTALL decompresses the file, it will run PXSETUP, the main
  27.      setup program.
  28.  
  29.      PXSETUP will ask for some basic information about your Wildcat! setup.
  30.      Once you do that, you are pretty much done... well almost. <grin>
  31.  
  32.      That is where you should print out this install doc and follow each
  33.      step. While you are in the setup program, do the following:
  34.  
  35. 1.1) Items to manually set up in PXSETUP:
  36.  
  37.      a) Fido Mailer -> General FIDO Options
  38.  
  39.         - Make sure you set up your primary FIDO address.
  40.  
  41.           If you do not have a FIDO address, and wish to become a FidoNet
  42.           member, you can read the section below on JOINING FIDONET.
  43.  
  44.           If you do not want to join FidoNet and wish to install PX on a
  45.           private network, maybe for a special interest group or for your
  46.           company offices, you can read the section below on PUTTING
  47.           TOGETHER YOUR OWN PRIVATE NETWORK.
  48.  
  49.         - Also fill in the rest of the items in the dialog box.
  50.  
  51.      b) Fido Mailer -> Nodelist Options -> Nodelist Definition
  52.  
  53.         - Add your FIDONET nodelist entry (if any):
  54.  
  55.           example:
  56.  
  57.           DOMAIN       :  fidonet.com
  58.           RAW BASE NAME:  NODELIST
  59.           RAW DIFF NAME:  NODEDIFF
  60.           LOCATION     :  location of the uncompressed NODELIST.xxx file.
  61.  
  62.                           examples:
  63.  
  64.                           c:\px\nodelist\   <--- Use this for First Timers!
  65.                           n:\nodelist\
  66.  
  67.         - Enter any private nodelist you have, ie., the Xpress Net list:
  68.  
  69.           example:
  70.  
  71.           DOMAIN       :  xnet.com
  72.           RAW BASE NAME:  XNETLIST
  73.           RAW DIFF NAME:  XNETDIFF
  74.           LOCATION     :  C:\PX\
  75.  
  76.      c) Compile the PX nodelist by running PXNLIST or run the option
  77.         COMPILE NODELIST in PXSETUP.
  78.  
  79. 1.2) THIS IS VERY IMPORTANT!
  80.  
  81.      You must create a user record in Wildcat! with the name:
  82.  
  83.                            Z!PX Z!LASTREAD
  84.  
  85.      Do this by using WCPRO or by logging into your BBS.
  86.  
  87.      This special user record is used to stored the scanner/tosser's high
  88.      message pointers.
  89.  
  90.      This is a different concept then what you are probably used to, but it
  91.      is the better method because you can now use WCPACK.EXE and all other
  92.      utilities to correctly maintain the message pointers.  No more
  93.      worrying about pointers!  This is one of the main things that you will
  94.      see about PX - reducing your maintenance time!  PX will work with
  95.      Wildcat! directly!
  96.  
  97.      NOTE: MAKE THIS USER LOW SECURITY, LOCK IT OUT, MAKE YOUR PASSWORD
  98.            UNIQUE AS OTHER PX CUSTOMERS WILL HAVE THIS SAME RECORD. I
  99.            AM TRYING TO CONVINCE MUSTANG TO HAVE A "HIDE USER" FLAG IN
  100.            THE USER RECORD.
  101.  
  102. 1.3) PXFIDO.EXE is a Wildcat Netmail Door.
  103.  
  104.      Copy the FIDOENTR.BAT into your \WILDCAT\BATCH directory. Double check
  105.      the directory reference.
  106.  
  107.      DO NOT CHANGE DIRECTORIES IN THIS BATCH FILE!
  108.  
  109. 1.4) Edit RUNPX.BAT and modify the environment variables:
  110.  
  111.      SET BBSDRIVE=C:
  112.      SET BBSDIR=\WILDCAT
  113.  
  114.      SET PXDRIVE=C:
  115.      SET PXDIR=\PX
  116.  
  117.      For simple single line sysops, you are done, you can run RUNPX from
  118.      your AUTOEXEC.BAT.
  119.  
  120.      Recommendation for Multiple nodes:
  121.  
  122.      If you are running a Multi-Node verion of PX, RUNPX is setup to read
  123.      the current WCNODEID string. PX will also read WCMDM and all other
  124.      pertinent WC environment strings required.
  125.  
  126.      Create startup batch files like this for each node:
  127.  
  128.           PXCAT1.BAT
  129.           @echo off
  130.           echo Starting Node 1
  131.             set wcportid=1
  132.             set wcnodeid=1
  133.             set wcmdm=FAX400
  134.             c:
  135.             cd \PX
  136.             call runpx %1 %2 %3 %4 %5
  137.  
  138.           PXCAT2.BAT
  139.           @echo off
  140.           echo Starting Node 2
  141.             set wcportid=2
  142.             set wcnodeid=2
  143.             set wcmdm=USR
  144.             c:
  145.             cd \PX
  146.             call runpx %1 %2 %3 %4 %5
  147.  
  148.      This way, you can use the single RUNPX.BAT for all nodes.
  149.  
  150. That is it!  You have setup your primary address. You have compiled the
  151. nodelist. You are now able to call other fido mail systems at the basic
  152. level.
  153.  
  154. 2.0) Setting up Mail and File Echos.
  155. ──────────────────────────────────────────────────────────────────────────
  156.  
  157. This section is where you will spend most of your time. If you are familar
  158. with mail and file echos and are currently using other systems, you should
  159. read this section for the tips to convert.
  160.  
  161. The beauty behind Platinum Xpress is that it is entirely integrated.
  162.  
  163. This means that it knows about Wildcat and once you setup your Mail and
  164. File Echos, all the other parts fall in place - AreaFix, FileFix, the Tic
  165. Processor, File requesting, etc.
  166.  
  167. 2.1) Setting up Nodes, Mail Echos and File Echos.
  168.  
  169.      There is 3 main sections in the FTSC Fido Mailer Setup section:
  170.  
  171.      a) The Node Book - This is where you define your Nodes who are
  172.         connecting to you and you want to have a password protected
  173.         session, AreaFix, FileFix, Mail Links and File Links.  You must
  174.         define the nodes in here first.
  175.  
  176.      b) Mail Echos and Mail Links.
  177.  
  178.         Once you have your Nodes, you will create Mail Echos.  You can
  179.         create passthrus or quickly link Wildcat conferences with your
  180.         echos.
  181.  
  182.         Once you have your Mail Echos, you are can now LINK your Nodes to
  183.         your Mail Echos.
  184.  
  185.         ┌─────────────────────────────────────────────────────────────────┐
  186.         │ Conversion TIP!                                                 │
  187.         │                                                                 │
  188.         │ If you want to IMPORT your current AREAS.BBS file, use the      │
  189.         │ PXUTIL utility. Type PXUTIL /? for help.                        │
  190.         │                                                                 │
  191.         │ If you do use your AREAS.BBS files, you also also run PXLAST /H │
  192.         │ to set the last read pointers high.  This will prevent PX from  │
  193.         │ resending mail out into the network.                            │
  194.         └─────────────────────────────────────────────────────────────────┘
  195.  
  196.      c) File Echos and File Links.
  197.  
  198.         Once you have your Nodes, you will create File Echos.  You can
  199.         create passthrus or quickly link Wildcat conferences with your
  200.         echos.
  201.  
  202.         Once you have your File Echos, you are can now LINK your Nodes to
  203.         your File Echos.
  204.  
  205.         ┌─────────────────────────────────────────────────────────────────┐
  206.         │ Conversion TIP!                                                 │
  207.         │                                                                 │
  208.         │ If you want to IMPORT your TIC.CFG or FILEFWD.BBS file, use the │
  209.         │ PXUTIL utility. Type PXUTIL /? for help.                        │
  210.         └─────────────────────────────────────────────────────────────────┘
  211.  
  212. All the rest in Platinum Xpress is self explained. Hit F1 at any point for
  213. help.  Thanks for using Platinum Xpress!
  214.