summaryrefslogtreecommitdiff
path: root/www/openacs/pkg/MESSAGE
blob: 2edf559239ccdf167a3790b91c44013c9ddd304f (plain)
1
2
3
4
5
6
7
8
9
10
=============================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2001/07/19 04:36:06 cjones Exp $

To install an OpenACS server, run the ${PREFIX}/bin/install-openacs
script, giving it a database user (must already exist), database name
(must NOT already exist), and an installation directory.  For example:

# psql -c "create user acsuser createdb" template1
# ${PREFIX}/bin/install-openacs -u acsuser -d acsdb /web/openacs
=============================================================================