The Environment
In technical terms, here’s what you need in order to use phpBB:
- The programming code to be executed
- A database to store information
- Web-server software, since this is a web application
- A computer to run all this!
As you already know, phpBB is coded using the PHP server-side programming language. Additionally in order to run, phpBB needs a database. That’s where all discussions’ data is stored. There are different database systems out there that phpBB can work with, but the most popular and most commonly used in today’s PHP applications is MySQL. Finally, phpBB needs a web server and a computer running an operating system. phpBB can run on different operating systems and web servers, but it’s mostly used on a Linux platform with the Apache web server.
Using the web developers’ lingo, you might say that phpBB is mostly used in LAMP environments, where LAMP is an abbreviation for Linux, Apache, MySQL, and PHP. One important thing about the LAMP environment is that its components are free and open source. In practice "free and open-source" means:
- You can use the software without paying for software licenses.
- The programming code of the software is available to you if you want to modify it to better suit your needs.
Another good thing about phpBB is that it has very low requirements for the hosting server. Due to the fact that the phpBB environment consists of free software products, you can find a good and quite inexpensive hosting provider very easily. Just searching Google for "phpbb hosting" yields about a million results.