Install guide

Adding a ‘Custom’ Intro Page
If a file wow_custom.html exists in $OWHOME/WebApps/htdocs, a link to this page will
appear on the WOW front page. This can be used to add site-specific content.
prompt> cd $OWHOME/WebApps/htdocs
prompt> cp wow_custom.html.default wow_custom.html
Edit wow_custom.html in any HTML authoring tool and add your desired content.
Changing Default Well Name Display
By default WOW displays wells using the common well name attribute WELL_NAME_FREE.
The default can be overridden for the site by setting an environmental variable
WELL_NAME_SQL in the wow.env file, e.g.:
prompt> cd $OWHOME/WebApps/conf
prompt> vi wow.env
add line: WELL_NAME_SQL=”well_uwi”; export WELL_NAME_SQL
The default is to use common well name unless null in which case UWI is used, i.e.:
WELL_NAME_SQL=”nvl(well_name_free,well_uwi)”;export WELL_NAME_SQL
The site administrator can provide any SQL fragment that is queryable as an attribute e.g.
well_uwi
current_well_lease_name || | || current_well_lease_no
current_company || | || current_well_lease_no
Note that the attribute is also used to control well display order. It is not possible to have
per-user control over well name display format.
Adding Extra Well Header Attributes
Additional well header attributes from the well_master table may be displayed in the
OpenWorks module, by setting an environmental variable WELL_HEADER_EXTRAS in the
wow.env file, e.g.:
prompt> cd $OWHOME/WebApps/conf
prompt> vi wow.env
… uncomment and edit the lines below as required, e.g.:
# SQL to add extra attributes to WOW well header query
WELL_HEADER_EXTRAS='permit_no "Permit", data_acquisition_type
"Acquisition Type",'; export WELL_HEADER_EXTRAS
Note that the comma before the closing single quote is required.
Viewing R2003 and R5000 Project Summary Pages Side-by-Side
For the OpenWorks and SeisWorks modules, project summary pages may be viewed
side-by-side between R2003 and R5000 versions. This is envisaged as a transitional
activity, in order to assist with QC the migration to R5000; it will only work in project names
are unchanged between R2003 and R5000.
WOW 5000.0.1.11 Release Notes Page 34 of 104 March 2014