need a guide for deploying a phpBB forum.
Go to solution
Solved by amintha1992,
If you just have a Linux box these two tutorials will get you going. All the dependencies you need are in the first one, and the second one is for phpMyAdmin which allows you to have nice GUI for the MySql database
(I assume you're using Ubuntu or Debian but it should work on most distros)
For the phpBB it is very simple just type in these commands.
cd /var/wwwwget https://www.phpbb.com/files/release/phpBB-3.1.3.zipapt-get updateapt-get install unzipunzip phpBB-3.1.3.zipThen on your computer go to http://YourServer/phpBB3 and then follow the instructions there, the most difficult thing to do it creating the database but that is simple using phpMyAdmin.
thank you. ill follow this first.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now