summaryrefslogtreecommitdiff
path: root/www/openacs/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'www/openacs/MESSAGE')
-rw-r--r--www/openacs/MESSAGE10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/openacs/MESSAGE b/www/openacs/MESSAGE
new file mode 100644
index 00000000000..a80db28130c
--- /dev/null
+++ b/www/openacs/MESSAGE
@@ -0,0 +1,10 @@
+=============================================================================
+$NetBSD: MESSAGE,v 1.1 2001/11/01 02:17:34 zuntum 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
+=============================================================================