blob: d5581dae707e99ea066b58a6233f612f393a2e43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.
===========================================================================
|