diff options
Diffstat (limited to 'security/base/files/pkg-message.in')
-rw-r--r-- | security/base/files/pkg-message.in | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/security/base/files/pkg-message.in b/security/base/files/pkg-message.in index 2b26d42cd705..f15c1d0d9e4b 100644 --- a/security/base/files/pkg-message.in +++ b/security/base/files/pkg-message.in @@ -1,8 +1,21 @@ -************************************************************ +======================================================================== + 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 = ".:%%PREFIX%%/share/pear" + +======================================================================== |