pkgsrc/www/openacs/MESSAGE

10 lines
532 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:50 wiz 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
===========================================================================