|
|||||||||||
|
VWcms is distributed as a ZIP archive. In this example it is UNZIPped into the OSU tree. $ SET DEFAULT WWW_ROOT:[000000] and the optional object module archive $ UNZIP <device>:[<directory>]VWCMS<nnn>-<arch>.ZIP After this the VWcms executable must be compiled and linked $ SET DEFAULT [.VWCMS] or if the optional object module archive deployed merely linked $ @BUILD_VWCMS LINK and the executable placed into the scripting directory. For an Alpha system this would be $ COPY [.OBJ_AXP]VWCMS.EXE WWW_ROOT:[BIN] Then the VWcms environment itself needs to be started. This defines required logicals and INSTALLs the image with required privileges. $ @VWCMS_STARTUP.COM OSU Of course to make this a permanent part of the server environment it will be necessary to include this and other required logical names in system startup procedures. This and the associated server configuration is described in Site Configuration. CSS ConfigurationIn WWW_ROOT:[SYSTEM]HTTP_SUFFIXES.CONF the CSS file suffix must be configured: .NEXT .css text/css 8BIT 1.0 The server must be restarted following this change.
|
|||||||||||