- BASE 1.2.4 includes many, many bugfixes and changes which PDF library it uses - use OPTIONS - Updated ./files/pkg-message.in to include mention of FPDF path, since it does not use the standard PHP sub-ports or standard PHP class paths. PR: ports/94812 Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer) Approved by: lawrance
26 lines
840 B
Text
26 lines
840 B
Text
========================================================================
|
|
|
|
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"
|
|
|
|
========================================================================
|