home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 18 / 18.iso / w / w380 / 6.ddi / NODE.CMZ / READNET.TXT < prev    next >
Encoding:
Text File  |  1992-05-23  |  4.3 KB  |  111 lines

  1. READNET.TXT
  2.  
  3. DOCUMENTATION FOR THE NODE SETUP PROGRAM, NODE.EXE
  4.  
  5. ==================================================
  6.  
  7. The Node Setup program, node.exe, was designed to setup nodes
  8. that will be running shared Ami Pro 2.0 from a network.  No
  9. other system administration is required to setup nodes to run
  10. Ami Pro.   NOTE:  Ami Pro 2.0 should be installed on the network
  11. prior to running NODE.EXE.
  12.  
  13.  
  14. STEPS TO SET UP AMI PRO 2.0 ON A NETWORK:
  15.  
  16. ========================================= 
  17.  
  18. 1.  Follow the instructions in the Installation Guide for
  19. installing Ami Pro 2.0 on a network.
  20.  
  21. 2.  Create a Node directory on the network server.
  22.  
  23. 3.  Copy the following Node files  from disk 4 to the Node
  24. directory on your hard drive.  (The node setup cannot be run
  25. from a floppy disk.)
  26.  
  27.         NODE.EXE
  28.         SCRIPTN.INS
  29.         NODEINFO.INS
  30.         COMPRESS.DLL
  31.         INI.CMZ
  32.         IMAGEINI.CMZ
  33.         EQNINI.CMZ
  34.         READNET.TXT
  35.  
  36. 4.  From within Windows, run the Node Setup program, NODE.EXE, as
  37. the system administrator. During the Node Setup you will be
  38. asked for directory names into which files will copied, and you
  39. will be asked to insert a disk from the original Ami Pro install set.
  40.  
  41. 5.  Run NODE.EXE on each workstation to set them up to run Ami Pro
  42. from the network.
  43.  
  44.  
  45. USING NODE.EXE TO PERFORM SYSTEM ADMINISTRATION:
  46.  
  47. =================================================
  48.  
  49. When the network administrator runs NODE.EXE, the file
  50. NETADMIN.INI is created in the Ami Pro directory on the
  51. network.  When NODE.EXE is run from individual workstations,
  52. it looks for this file.  NETADMIN.INI contains the
  53. following lines:
  54.  
  55.     [AmiPro]
  56.     LocalDirs=[TRUE|FALSE]
  57.     macrodir=[full path of the AMIPRO\MACROS directory on the network]
  58.     stypath=[full path of the AMIPRO\STYLES directory on the network]
  59.     docpath=[full path of the AMIPRO\DOCS directory on the network]
  60.  
  61. If LocalDirs is set to TRUE, node users are allowed to have
  62. local directories for their Ami Pro macros, documents, and style
  63. sheets.
  64.  
  65.     NOTE:  When individual nodes are installed, all the files in
  66.     the macros, styles, and docs directories will be copied to the
  67.     directories specified by the user.  If, for example, the docs
  68.     directory has grown to several hundred files, they will all be
  69.     copied to the users docs directory during the node install. 
  70.     Therefore, it might be advisable to create a set of "master"
  71.     directories that contain only the original files and will not
  72.     have files added to them.
  73.  
  74. If LocalDirs is set to FALSE, node users are not allowed to have these
  75. local directories and must use the macros, documents, and style
  76. sheets that are on the network.
  77.  
  78. If the file NETADMIN.INI does not exist, the Node Setup program
  79. will create it for the system administrator.  NODE.EXE will bring up
  80. dialog boxes that prompt the system administrator for information that
  81. will be placed in the NETADMIN.INI file.  Therefore, the first time
  82. NODE.EXE is run, it should be run by the system administrator of the
  83. network so that it contains accurate information.   Furthermore, it must
  84. be run by a user with write permission in the shared Ami Pro
  85. directory on the network (usually the system administrator).  An
  86. alternative method is to create NETADMIN.INI manually, and then
  87. edit the file to contain the above information.
  88.  
  89.  
  90. USING NODE.EXE TO SET UP INDIVIDUAL NODES:
  91.  
  92. ==========================================
  93.  
  94. Once NETADMIN.INI exists, NODE.EXE can be used to set up
  95. individual nodes (workstations) on the network for Ami Pro.  The
  96. program should be run on each node that wishes to run Ami Pro
  97. from the network.  Certain files needed by Ami Pro will be
  98. placed on the user's local machine, and icons for Ami Pro and
  99. Ami Pro's Dialog Editor will be put in the group Lotus
  100. Applications under the Program Manager (if that is the main
  101. shell used on that node).
  102.  
  103. Technical Information:  NODE.EXE copies several .INI files to the
  104. user's Windows directory (amipro.ini, apib.ini, amiimage.ini, amieqn.ini).
  105. Then it puts the Microsoft OLE libraries in the user's Windows
  106. directory if they're not already there.  Next, if local directories are
  107. allowed, it copies the contents of the document, macro, and style
  108. directories to the user's local directories.  Finally, it adds icons
  109. to the Program Manager and makes an entry in the [Extensions] section
  110. of the win.ini.
  111.