2020-09-04 16:41:51 +00:00
|
|
|
# ForkBB rev 13 Pre-Alpha Readme
|
2017-01-05 05:39:37 +00:00
|
|
|
|
|
|
|
## About
|
|
|
|
|
2020-08-14 09:48:41 +00:00
|
|
|
ForkBB is a free and open source forum software. The project is based on [FluxBB_by_Visman](https://github.com/MioVisman/FluxBB_by_Visman)
|
2017-01-05 05:39:37 +00:00
|
|
|
|
2018-02-25 04:29:42 +00:00
|
|
|
## Note
|
2017-01-05 05:39:37 +00:00
|
|
|
|
2019-12-28 09:18:52 +00:00
|
|
|
### Do not use in production.
|
2019-12-28 09:16:23 +00:00
|
|
|
Many functions of the forum are not implemented.
|
2020-08-24 15:38:08 +00:00
|
|
|
No: private messages, voting, subscriptions, plugins/extensions system.
|
2017-01-05 05:39:37 +00:00
|
|
|
|
2018-02-25 04:29:42 +00:00
|
|
|
## Requirements
|
2017-01-05 05:39:37 +00:00
|
|
|
|
2020-07-14 15:39:33 +00:00
|
|
|
* PHP 7.3+
|
2018-02-25 04:29:42 +00:00
|
|
|
* A database such as MySQL 5.5.3 or later (_Drivers for other databases are not realized now_)
|
2017-01-05 05:39:37 +00:00
|
|
|
|
2018-09-12 13:54:51 +00:00
|
|
|
## 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**.
|
|
|
|
|
2017-01-05 05:39:37 +00:00
|
|
|
## Links
|
|
|
|
|
2017-01-05 05:49:39 +00:00
|
|
|
* Development: https://github.com/forkbb/forkbb
|
2018-02-25 04:48:25 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
This project is under MIT license. Please see the [license file](LICENSE) for details.
|