Install guide

Creates an example password file in the Apache configuration directory, containing
the installation user only (with same username as password) and further configures
WOW for level B or C security. See the Security
section for more detail.
Copies the WOW default index.html to the Apache web root directory.
Copies the WOW favicon.ico to the Apache web root directory.
Run $OWHOME/WebApps/install/root.sh as root before continuing. There should
be a message indicating that Apache has started on the server.
Stage 3 Finalizing the Install
Configuring WOW_DATA_DIR directories: directories for subscription output and other
WOW exports are automatically created beneath $WOW_DATA_DIR. The subscription
directory will also be linked to $OWHOME/WebApps/htdocs/wow_reports. See the
Subscription
section later in this document.
A message will indicate complete installation. To check the installation, run mozilla or
other Linux browser, typing in the indicated URL, e.g. http://<hostname>.<domain>.
To test PC connectivity, try the same URL in a PC browser. If level C security was
selected, you will be prompted for username and password: use the WOW username for
both.
Once the license is installed and any required Oracle 11 changes are made (see below)
WOW should be fully functional. See the Troubleshooting
section if errors are
encountered.
Oracle 11 Notes
This section is applicable only to sites running OpenWorks 5000.0.3.5 or above, using
Oracle version 11.2.0.2. Oracle 11 client does not include required 32-bit libraries, i.e.
there is no $ORACLE_HOME/lib32 directory. Instead, OpenWorks provides the Oracle 11
32-bit libraries in its 'Instant Client' location, $OWHOME/oracle32/instantclient.
This requires three changes in wow.env, to ORACLE_HOME, ORACLE_LIBRARY and
LD_LIBRARY_PATH, e.g.:
old:
ORACLE_HOME=/apps/oracle/OraHome1
new:
ORACLE_HOME=/apps/oracle/product/11.2.0/dbhome_1
old:
ORACLE_LIBRARY=${ORACLE_HOME}/lib32/libclntsh.so
new:
ORACLE_LIBRARY=${OWHOME}/oracle32/instantclient/libclntsh.so.11.1
old:
LD_LIBRARY_PATH=
${OWHOME}/lib:${ORACLE_HOME}/lib32:${WOW_HOME}/tcltk/lib
new:
LD_LIBRARY_PATH=
${OWHOME}/lib:${OWHOME}/oracle32/instantclient:${WOW_HOME}/tcltk/lib
Note that ${OWHOME}/SeisWorks/lib is no longer required and may be removed from
LD_LIBRARY_PATH.
WOW 5000.0.1.11 Release Notes Page 19 of 104 March 2014