ForkBB is a free and open source forum software.
app | ||
public | ||
vendor | ||
.dist.htaccess | ||
.gitignore | ||
composer.json | ||
composer.lock | ||
index.dist.php | ||
LICENSE | ||
readme.md |
ForkBB rev 1 Pre-Alpha Readme
About
ForkBB is an open source forum application. The project is based on FluxBB_by_Visman
Note
Do not use in production.
Many functions of the forum are not implemented. No: private messages, voting, subscriptions, rss, plugins/extensions system.
Requirements
- PHP 7.2+
- A database such as MySQL 5.5.3 or later (Drivers for other databases are not realized now)
Install
- Document Root == public folder (recommended):
- Rename public/.dist.htaccess to public/.htaccess,
- Rename public/index.dist.php to public/index.php;
- Document Root != public folder:
- Rename .dist.htaccess to .htaccess,
- Rename index.dist.php to index.php.
Links
- Development: https://github.com/forkbb/forkbb
License
This project is under MIT license. Please see the license file for details.