aboutsummaryrefslogtreecommitdiffstats
path: root/security/base/files/pkg-message.in
blob: 1e7a3f915ea0d2e28c47467112ec93a71da2e25c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
{ type: install
  message: <<EOM
Please read the README file located at:

%%DOCSDIR%%/README

for how to configure %%PREFIX%%/www/base/base_conf.php after
installation.


To make BASE accessible through your web site, you will need to add
the following to your Apache configuration file:

    Alias /base/ "%%PREFIX%%/www/base"

In order for the graphing functions to work in BASE, make sure you
include PEAR in your %%LOCALBASE%%/etc/php.ini configuration file, like:

    include_path = ".:%%LOCALBASE%%/share/pear"

If you built BASE with PDF support, make sure you include the FPDF
path in your %%LOCALBASE%%/etc/php.ini configuration file, like:

    include_path = ".:%%LOCALBASE%%/share/pear:%%LOCALBASE%%/share/fpdf"
EOM
}
]