diff options
Diffstat (limited to 'www/phpbb3/files')
-rw-r--r-- | www/phpbb3/files/pkg-message.in | 22 | ||||
-rw-r--r-- | www/phpbb3/files/pkg-opts | 22 |
2 files changed, 0 insertions, 44 deletions
diff --git a/www/phpbb3/files/pkg-message.in b/www/phpbb3/files/pkg-message.in deleted file mode 100644 index cd5e465dad12..000000000000 --- a/www/phpbb3/files/pkg-message.in +++ /dev/null @@ -1,22 +0,0 @@ ----------------------------------------------------------------------------- -phpBB3 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 phpBB3 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%%/README.html - -Once these steps have been taken, you may connect to the following URL to -configure your installation of phpBB3: - - http://localhost/%%PHPBBURL%%/ - -After configuring phpBB3 and ensuring that it is operational, you MUST -remove or rename the install/ directory from %%PREFIX%%/%%PHPBBDIR%%: - ----------------------------------------------------------------------------- diff --git a/www/phpbb3/files/pkg-opts b/www/phpbb3/files/pkg-opts deleted file mode 100644 index 16b8660c020f..000000000000 --- a/www/phpbb3/files/pkg-opts +++ /dev/null @@ -1,22 +0,0 @@ - -* WWWDOCROOT [www] - The DocumentRoot of your webserver under ${PREFIX} - -* PHPBBURL [phpBB3] - The base URL of phpBB3 on your webserver - - phpBB2 will be installed under ${PREFIX}/${WWWDOCROOT}/${PHPBBURL}, - and will be visible as http://<hostname>/${PHPBBURL}/ - -* WWWOWN [www] - The user ID under which your webserver executes - - It is recommended that you do not change this option unless you're - REALLY sure what you're doing. - -* WWWGRP [www] - The group ID under which your webserver executes - - It is recommended that you do not change this option unless you're - REALLY sure what you're doing. - |