forkbb/readme.md
2020-07-14 22:39:33 +07:00

953 B

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