summaryrefslogtreecommitdiff
path: root/security/base/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'security/base/MESSAGE')
-rw-r--r--security/base/MESSAGE17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/base/MESSAGE b/security/base/MESSAGE
new file mode 100644
index 00000000000..d5581dae707
--- /dev/null
+++ b/security/base/MESSAGE
@@ -0,0 +1,17 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2006/01/03 21:09:44 adrianp Exp $
+
+You will need to make BASE accessible through your HTTP server.
+If you are running Apache and ap-php, then you will need to
+add the following line to your httpd.conf:
+
+ Include ${PKG_SYSCONFDIR}/base.conf
+
+to make BASE accessible through:
+
+ http://localhost/base/
+
+You will need to customise ${BASE_DIR}/base_conf.php before
+BASE will work. This includes setting up database access.
+
+===========================================================================