summaryrefslogtreecommitdiff
path: root/www-apps/phpBB/files/postinstall-en.txt
blob: 8bdf1386e4de906aa4c9a535018e93e100fd0f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
IMPORTANT! Ensure that the group assigned to group-writeable paths
such as config.php (see above) is one your PHP user is a member
of. This may or may not be your web server group, ${VHOST_SERVER_GID}.
If not, adjust your PHP user and/or reinstall the application with
webapp-config while specifying an appropriate group with -g. Then...

1. Set up a database.
2. Continue the installation by visiting the URL in your browser.
3. Delete the "install" folder as follows:

   # cd ${MY_INSTALLDIR}
   # rm -rf install

4. phpBB is now ready to use. Enjoy!