Lines 1-8
Link Here
|
1 |
************************************************************ |
1 |
======================================================================== |
|
|
2 |
|
2 |
Please read the README file located at: |
3 |
Please read the README file located at: |
3 |
|
4 |
|
4 |
%%DOCSDIR%%/README |
5 |
%%DOCSDIR%%/README |
5 |
|
6 |
|
6 |
for how to configure %%PREFIX%%/www/base/base_conf.php after |
7 |
for how to configure %%PREFIX%%/www/base/base_conf.php after |
7 |
installation. |
8 |
installation. |
8 |
************************************************************ |
9 |
|
|
|
10 |
|
11 |
To make BASE accessible through your web site, you will need to add |
12 |
the following to your Apache configuration file: |
13 |
|
14 |
Alias /base/ "%%PREFIX%%/www/base" |
15 |
|
16 |
In order for the graphing functions to work in BASE, make sure you |
17 |
include PEAR in your %%LOCALBASE%%/etc/php.ini configuration file, like: |
18 |
|
19 |
include_path = ".:%%PREFIX%%/share/pear" |
20 |
|
21 |
======================================================================== |