17 lines
612 B
Markdown
17 lines
612 B
Markdown
# 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`
|