mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
1cd8250a01
- Add necessary dependency on www/mod_php4 - Structure port Makefile and $PLIST in such a way that configuration data is not overwritten upon reinstall - Ensure that (de)installation as package also works correctly - Install documentation under $DOCSDIR - Bump $PORTREVISION
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
----------------------------------------------------------------------------
|
|
phpBB2 has been installed, but is not quite ready to be used yet!
|
|
|
|
You have to ensure that you have a database server (or ODBC access to a
|
|
remote database) installed and configured, and you have to ensure that your
|
|
PHP installation has been compiled with support for your database or
|
|
database access method. You have to create a database for phpBB2 to use,
|
|
and ensure that this database may be accessed and changed by the user id
|
|
under which your web server executes. Further information on these
|
|
installation procedures may be found in:
|
|
|
|
%%DOCSDIR%%/INDEX.html
|
|
|
|
Once these steps have been taken, you may connect to the following URL to
|
|
configure your installation of phpBB2:
|
|
|
|
http://localhost/%%PHPBBURL%%/
|
|
|
|
After configuring phpBB2 and ensuring that it is operational, you MUST
|
|
delete the following three files manually for security purposes:
|
|
|
|
%%PREFIX%%/%%PHPBBDIR%%/install.php
|
|
%%PREFIX%%/%%PHPBBDIR%%/upgrade.php
|
|
%%PREFIX%%/%%PHPBBDIR%%/update_to_FINAL.php
|
|
----------------------------------------------------------------------------
|