$Id: INSTALL.txt,v 1.1 2002/06/25 12:43:08 sshcvs Exp $

INSTALL documentation for SCASS

- unpack the two archives scass.fes-*.tar.gz and scass.bes-*.tar.gz
- copy the contents of scass.fes-*.tar.gz into a suitable subdirectory
  of your webservers documentroot,
- copy the contents of scass.bes-*.tar.gz to some convenient place,
  the suggested location is /opt/scass.bes-*
- create at least three PostgreSQL users:
  - one user for the public access of the web frontend - needs only select
    privileges on all scass tables, suggested name "scass_web",
  - one user for the backend toolchain, needs select privileges on all
    and insert/update privileges on some tables, suggested name "scass",
  - one "real" user to who can do modifications using the webfrontend,
    needs select/update/insert/delete privileges on all tables,
- copy scass.conf.example to /etc/scass.conf,
- adapt the values therein to your local environment,
- make sure all processes needing access to it (your webserver, or more
  precisely, the scass.fes and the scass.bes tools) can read it,
- create the database using the SQL/create.sql script,
- load the configuration into the database by adapting SQL/scass_config.sql
  to your setup and executing it with psql,
- set up the access privileges by adapting and loading set_permissions.sql


