forum-django/README.md
László Károlyi c6e2eb0066
All checks were successful
buildbot/Hondaforum Site Build done.
Restore APNG conversion
2023-09-28 18:35:31 +02:00

1.3 KiB

forum-django

Build Status Coverage Status Code Issues

This project is a rewrite of my old, PHP-MySQL based forum from 2004, https://crxforum.ksol.io.

I'm rewriting the whole thing in Django, using jQuery/TypeScript/Webpack, and also adding new features to it over time.

In case of using MariaDB, this project needs MariaDB >= 10.4, as the BLOB unique indexes weren't available before that.

Python packages update

tools/update-python-packages.sh

Special install instrutions

Until https://github.com/yaml/pyyaml/pull/618/ gets merged, on FreeBSD install PyYAML with:

C_INCLUDE_PATH=/usr/local/include/ PYYAML_FORCE_LIBYAML=1 python -m pip install pyyaml

Dev packages for migration

python -m pip install -U phpserialize python_magic