nbfilter is a reimplementation of a filtering system I created for CONNECT using video games.
- Install MySQL and PHP's PDO and JSON extensions.
- Create a MySQL user for this if desired and change the PDO arguments in
nbfilter.phpto match. - Run
CREATE DATABASE games;in the MySQL shell and import the database either byuse games; source games.sqlormysql -u root games < games.sqlin the UNIX shell (add -p if your login has a password).
OR
docker compose up
