If you're setting up the entire reports server, see SETUP.txt.


HOW TO SET UP A NEW CLIENT ON THE REPORTS SERVER BY HAND:
Note that it is much easier if you go to
http://reports.arsdigita.com/configure-new-service-1.tcl

(note that [clientname] should be the name of the server, for it is also
used in grabbing the rolled logs)

> cd /web/reports
> mkdir [clientname]
> cd [clientname]
> mkdir cache
> ln -s ../service-index.tcl index.tcl
> ln -s ../tail-log.tcl tail-log.tcl
> cp /web/reports/generic.cfg [clientname].cfg

Edit [clientname].cfg to accomodate the style of daily report you
desire.

Edit /web/reports/servers.txt with a new line containing
[clientname] [contact_email]

Ensure that all files in the /web/reports/[clientname] directory are
writable by nsadmin.

In AOLserver, Add a user named [clientname]
In AOLserver, Add a permission restriction for /[clientname] for only
user [clientname]

you are done.

Things of note:
The weekly, monthly, and yearly reports are generated solely from the
cache, which means that any information that is not recorded in the
daily report can not be included in these reports.

