ForkBB is a free and open source forum software.
Find a file
2021-12-04 18:44:17 +07:00
app Update Cookie model 2021-12-04 18:44:17 +07:00
public Update robots.txt 2021-12-03 17:48:43 +07:00
vendor Update Jevix 2021-03-04 13:11:20 +07:00
.dist.htaccess Update Referrer-Policy 2021-03-12 23:27:24 +07:00
.gitignore .gitignore 2021-02-17 19:04:58 +07:00
composer.json Update composer.json 2021-11-27 21:29:48 +07:00
composer.lock Update Jevix 2021-03-04 13:11:20 +07:00
index.dist.php Update two initial variables 2021-01-26 22:32:34 +07:00
LICENSE Update LICENSE 2021-11-30 20:15:41 +07:00
nginx.dist.conf Update nginx.dist.conf 2021-02-04 22:32:05 +07:00
readme.md Up revision 2021-12-03 16:21:11 +07:00

ForkBB rev.42 Alpha Readme

About

ForkBB is a free and open source forum software. The project is based on FluxBB_by_Visman

Note

Please DO NOT use this revision in production, it is for test only.

Many functions of the forum are not implemented. No: plugins/extensions system, ...

Requirements

  • PHP 7.3+
  • PHP extensions: pdo, intl, json, mbstring, fileinfo
  • PHP extensions (desirable): gd or imagick (for upload avatars and other images)
  • A database such as MySQL 5.5.3 or later (Drivers for other databases are not realized now)

Install

For Apache:

  • Document Root == public folder (recommended):
    1. Rename public/.dist.htaccess to public/.htaccess,
    2. Rename public/index.dist.php to public/index.php;
  • Document Root != public folder:
    1. Rename .dist.htaccess to .htaccess,
    2. Rename index.dist.php to index.php.

For NGINX:

  • Example nginx configuration.
  • Note: Root must point to the public/ directory.
  • Note: The index.dist.php file does not need to be renamed.

License

This project is under MIT license. Please see the license file for details.