System Requirements
To successfully setup “phpBB Platinum” pack you need to meet several requirements.
- Your server should run any POSIX compatible operating system (Linux, FreeBSD, Sun Solaris, etc.).
- Apache or nginx as a web server (we didn't test on others).
- Turned on mod_rewrite or equivalent module.
Steps to install
- Make directory in your web-server document root.
- Extract files from distribution archive to this directory.
- Make sure that directory's owner and web-server's user are the same (eg.
chown -R www-data <your directory>
).
- Make directory owner be able to write here and any sublolder in it (
chmod u+w <your directory>
)
- Go with your browser to this directory. (eg. http://youdomain.com/youforum/)
- Follow standart phpBB installation procedure.
- At the end remove
/builds/phpBB3/install
located in your forum directory.
Further support
If you have any problems or suggestions feel free to write to our support forum.