CharmBoard/README.md

17 lines
612 B
Markdown
Raw Normal View History

2023-05-03 02:43:57 +00:00
# CharmBoard
CharmBoard is forum software written in Perl, inspired by AcmlmBoard/its derivatives, the original Facepunch forums, and Knockout.chat. It's intended to be a more "fun" alternative to the bigger forum software suites available today.
## Requirements
- Perl 5 (TODO: specific version reqs)
- `Mojolicious` ([website](https://www.mojolicious.org/), [metacpan](https://metacpan.org/pod/Mojolicious))
- `DBI`
- `DBIx::Class`
- one of two `DBD` database drivers — see `INSTALLING.md` for detailed information
- `Authen::Passphrase::Argon2`
## Installation
Please see `INSTALLING.md`