QuickInstall is a tool we built to support the community of phpBB extension developers (and previously MOD authors). It simplifies and accelerates the process of creating and configuring local phpBB3 forum installations. These boards can then be used to safely install, develop and test extensions in isolation without having to worry about external conflicts.
QuickInstall stores all board and database passwords in a plain text file. They are hidden in the user interface, but can be read by anyone with access to the QuickInstall directory. Therefore, if you do use QuickInstall on a public server, you do so at your own risk and must protect access to the directory where it resides from unauthorised users. No support is provided for QuickInstall other than local use.
-
Get the latest version of QuickInstall.
-
Extract it and copy the
quickinstall
folder to your local web server. -
Download a copy of phpBB3. Extract it and copy the
phpBB3
folder toquickinstall/sources/
. -
Point your web browser to the QuickInstall directory (
http://localhost/quickinstall
for instance) and follow the setup instructions.
Alternate phpBB Profiles:
You can store additional versions of phpBB and boards with alternate styles or language packs insources/phpBB3_alt/
. You can name these alternate phpBB folders whatever you want, e.g.:sources/phpBB3_alt/phpBB-3.0.12
,sources/phpBB3_alt/phpBB-sv
, etc. They will then be available as alternative phpBB3 boards you can choose to install or save as Profiles. Past releases of phpBB can be downloaded here.
Adding phpBB Extras:
If you want additional files/folders, such as extensions, to be copied to your boards when they are created, you can put them in thesources/extra/
directory. By using the same directory structure insources/extra/
as phpBB, the files/folders should be mapped to the correct locations in your boards. For example:sources/extra/ext/phpbb/pages
.
-
Get the latest version of QuickInstall and extract it.
-
Copy everything into your existing QuickInstall directory except for the 📁
boards/
, 📁sources/
and 📁settings/
directories.
If you are upgrading from QuickInstall 1.1.8 (or older) you MUST review and re-save your old Profile settings.
QuickInstall is designed to run on all modern browsers. Please don't use old stuff anymore...seriously.
Desktop: | 60+ | 60+ | 12+ | 80+ | 40+ |
Mobile: | 12+ | 6+ |
phpBB boards require a web server running PHP and one of the following database management systems.
phpBB | PHP | MySQL | MariaDB | PostgreSQL | SQLite | MS SQL |
---|---|---|---|---|---|---|
4.0.x (alpha) | 7.3.0 - 8.x | 4.1.3+ | 5.1+ | 8.3+ | SQLite 3.6.15+ | Server 2000+ |
3.3.x | 7.1.3 - 8.x | 4.1.3+ | 5.1+ | 8.3+ | SQLite 3.6.15+ | Server 2000+ |
3.2.2 - 3.2.x | 5.4.7 - 7.2.x | 3.23+ | 5.1+ | 8.3+ | SQLite 3.6.15+ | Server 2000+ |
3.2.0 - 3.2.1 | 5.4.7 - 7.1.x | 3.23+ | 5.1+ | 8.3+ | SQLite 3.6.15+ | Server 2000+ |
3.1.x | 5.4.7 - 5.6.x | 3.23+ | 5.1+ | 8.3+ | SQLite 2 or 3 | Server 2000+ |
3.0.x | 5.4.7 - 5.6.x | 3.23+ | - | 7.x | SQLite 2 | Server 2000 |
You can receive support at the phpBB3 QuickInstall Discussion/Support forum.
Please report all bugs to our Issues Tracker. Even reports for small bugs are welcome to help make QuickInstall even better than it is now.
Feel free to contribute to this project. Please read our Contributing Guidelines before submitting Pull Requests with any bug fixes or feature enhancements to this repository.
The project is maintained by the phpBB Extensions Team.
- Credits go to the phpBB team, especially the development team which created such a wonderful piece of software.
- Originally created by Igor “igorw” Wiedler in the summer of 2007.
- Maintained by Jari “tumba25” Kanerva from March 2010 to March 2015.
- Thanks to the phpBB.com MOD team (especially Josh, aka “A_Jelly_Doughnut”) for AutoMOD.
- Thanks to the beta testers!
- Thanks to the phpBB community including phpBB.com, startrekguide.com and phpBBModders.net!
phpBB QuickInstall is distributed under the terms of the GNU General Public License 2 (GPL).