Install guide

Up to version 5000.0.1.10 the default OpenWorks project listing is of project databases
(PDBs). Since version 5000.0.1.11 this changes to a hierarchy mode which displays
interpretation projects (IPs) beneath their associated PDB. For SeisWorks-mode survey
listings, the default has changed from listing surveys in IPs by survey type, to by project.
These defaults may be changed by setting environmental variables WOW_OW_LISTING,
WOW_SW_LISTING and WOW_SW_GROUPING in the wow.env file:
prompt> cd $OWHOME/WebApps/conf
prompt> vi wow.env
uncomment and modify these environmental variables:
# OpenWorks/SeisWorks listing default: pdb, ip or all
#WOW_OW_LISTING=pdb; export WOW_OW_LISTING
#WOW_SW_LISTING=ip; export WOW_SW_LISTING
# SeisWorks group by default: project or survey
#WOW_SW_GROUPING=survey; export WOW_SW_GROUPING
Adding a Site Label
A site-specific label can be added to the WOW front page title, e.g. to change the default
label from WOW R5000to WOW R5000 Houston Site’:
prompt> cd $OWHOME/WebApps/conf
prompt> vi wow.env
uncomment and modify the WOW_SITE_LABEL environmental variable:
# Optional site label for WOW front page
WOW_SITE_LABEL="- Houston Site"; export WOW_SITE_LABEL
Adding to the WOW Menu
The WOW left frame menu is partly customizable. This allows site administrators to add
links directly into the WOW menu, by modifying a simple configuration file. See
$OWHOME/WebApps/conf/wow_menu.dat.default for details.
prompt> cd $OWHOME/WebApps/conf
prompt> cp wow_menu.dat.default wow_menu.dat
prompt> vi wow_menu.dat
##############################################################################
#
# This file contains metadata for adding links to the WOW left frame
# It consists of the following tab-delimited fields:
# Name: short name for the link, e.g. "Landmark Graphics"
# URL: fully-specified URL, e.g. http://www.lgc.com
# Note: use double quotes for entries with a space in the name
#
##############################################################################
"Landmark Graphics" http://www.lgc.com
"Exprodat" http://www.exprodat.com
"Company Home Page" http://www.oilco.com
Alternatively, members of the WOW_ADMIN_GROUP can configure this file through the
browser by clicking on ‘Admin’ on the WOW top bar.
WOW 5000.0.1.11 Release Notes Page 33 of 104 March 2014