forkbb/readme.md
Visman 07d7bc8078 rev.8 for change signature settings
Remove redundant settings.
2020-08-22 20:44:34 +07:00

958 B

ForkBB rev 8 Pre-Alpha Readme

About

ForkBB is a free and open source forum software. 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.3+
  • A database such as MySQL 5.5.3 or later (Drivers for other databases are not realized now)

Install

  • 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.

License

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