Installing ArsDigita Community System on Red Hat

Edit /apps/oracle/product/8.1.5/dbs/initora815.ora to include:

NLS_DATE_FORMAT = 'YYYYY-MM-DD'
open_cursors = 500

untar acs into /web/yourdomain

Go to /web/yourdomain/www/install and type:

SVRMGRL (this starts Oracle server manager)
CREATE USER ORACLE IDENTIFIED BY ORACLE
GRANT DBA TO ORACLE
EXIT
Back at the shell prompt: ./load-geo-tables oracle/oracle
A few messages will fly up the screen.

from /web/yourdomain/www/doc/sql do

sqlplus oracle/oracle < load-data-model.sql
This creates the ACS tables.

Start AOLserver

In a browser, goto http://linuxbox:9876/
Log in as nsadmin

Add database pools main,subquery and log
In virtual server setup
core params / Directoryfile - add index.tcl to the list
core params / PageRoot = /web/yourdomain/www/
core params / enable tcl pages on

db / pools = *
db / default pool = main

tcl / library = /web/yourdomain/tcl

add the following lines to your nsd.ini.
NOTE: DO NOT ADD THE SECTION HEADING IF IT ALREADY EXISTS
[ns/parameters]
auxconfigdir = /web/yourdomain/parameters
StackSize = 500000

[ns/server/server1]
NotFoundResponse=/global/file-not-found.html
ServerBusyResponse=/global/busy.html
ServerInternalErrorResponse=/global/error.html
ForbiddenResponse=/global/forbidden.html
UnauthorizedResponse=/global/unauthorized.html


cd /web/yourdomain/parameters

cp ad.ini server1.ini

change all occurances of yourservername to server1 in server1.ini