forkbb/readme.md

34 lines
939 B
Markdown
Raw Normal View History

2020-10-01 05:34:57 +00:00
# ForkBB rev.18 Pre-Alpha Readme
## 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)
2018-02-25 04:29:42 +00:00
## Note
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-09-05 13:43:32 +00:00
No: private messages, voting, plugins/extensions system.
2018-02-25 04:29:42 +00:00
## Requirements
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_)
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**.
## 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.