Install guide

Appendix 1: Example wow.env File
#============================================================================
# Name:
# wow.env - required environment for WOW applications
#
# Usage:
# sourced by WebApps scripts
#
# Description:
# sets up OpenWorks, Tcl/Tk, Apache Web server environment
#
#----------------------------------------------------------------------------
#WOW_DEBUG=1; export WOW_DEBUG
#ERR_LEVEL=0; export ERR_LEVEL
#============================================================================
# Check for OWHOME, WOW_HOME, OW_CONF_DIR, ORACLE_HOME and ORACLE_SID
# Change value of variables here if required
# Set LM_LICENSE_FILE if NOT OWHOME/lam/license.dat
#----------------------------------------------------------------------------
# OW_CONF_DIR (location of district.dat)
#OW_CONF_DIR=${OWHOME}/conf; export OW_CONF_DIR
# OWHOME and WOW_HOME
OWHOME=/apps/ow; export OWHOME
WOW_HOME=${OWHOME}/WebApps; export WOW_HOME
# Oracle
ORACLE_HOME=/apps/oracle/product/11.2.0/dbhome_1; export ORACLE_HOME
ORACLE_SID=owlinux5; export ORACLE_SID
ORACLE_LIBRARY=${OWHOME}/oracle32/instantclient/libclntsh.so.11.1;
export ORACLE_LIBRARY
# Required for Oracle wallet implementation
if [ "${OW_HOME_DIR:-""}" = "" ]; then
HOME=/home/bruce; export HOME
OW_HOME_DIR=${HOME}; export OW_HOME_DIR
fi
# License file
if [ "${LM_LICENSE_FILE:-""}" = "" ]; then
LM_LICENSE_FILE=${OWHOME}/lam/license.dat; export LM_LICENSE_FILE
fi
#============================================================================
# Set up Web server environment
# Change value of all variables here
#----------------------------------------------------------------------------
# Name of apache user
APACHE_USER=bruce; export APACHE_USER
# Fully qualified URL to web server
WOW_URL=http://linux5.exprodat.com; export WOW_URL
# WOW admin group (can edit LOVs etc.)
WOW_ADMIN_GROUP=users; export WOW_ADMIN_GROUP
# Email address to send WOW error report emails to
WOW 5000.0.1.11 Release Notes Page 75 of 104 March 2014