[next] [previous] [contents]

  11.1 Directories
  To set up an application environments directory struc-
  ture library manually, the following steps should be used. If
  SysWorks is installed at the Turnkey level or at the System
  level where it is used to manage the system, all these steps
  are executed as part of the Add an application or the Create
  an application's environment
task.


  1. Ensure that the SysWorks root logical names have been
        defined. This normally done in the site specific startup
        procedure SWRK_LCL_DIR: site _PRE_STARTUP.COM.
        Each root logical name should be defined using a com-
        mand such as:
        $ DEFINE/SYSTEM/EXECUTIVE_MODE DISK_ envnn device: [ env_nn. ] -
        _$ /TRANSLATION=(CONCEALED,TERMINAL)
  2. If the application common structures have not yet been
        defined, create them as follows:
        $ CREATE/DIRECTORY DISK_APPL nn :[ appl ]
        $ CREATE/DIRECTORY DISK_APPL nn :[ appl .SRC]
  3. Create the application environment structures as follows:
        $ CREATE/DIRECTORY DISK_ envnn :[ appl ]
        $ CREATE/DIRECTORY DISK_ envnn :[ appl .DAT]
        $ CREATE/DIRECTORY DISK_ envnn :[ appl .DOC]
        $ CREATE/DIRECTORY DISK_ envnn :[ appl .RUN]
        $ CREATE/DIRECTORY DISK_ envnn :[ appl .SFT]
  4. If the application environment is used to build software
        (eg. development, maintenence and testing environments)
        create the construction directories as follows:
        $ CREATE/DIRECTORY DISK_ envnn :[ appl .LIB]
        $ CREATE/DIRECTORY DISK_ envnn :[ appl .WRK]
  5. If the application environment is used to construct a kit
        (eg. testing environments) create the kit directory as
        follows:
        $ CREATE/DIRECTORY DISK_ envnn :[ appl .KIT]
  6. Create other site specific directories as appropriate.