A lightweight knowledge base application — forked from 68kb/68kb with improved accessibility, modern UI, and SQLite support.
- SQLite support — no MySQL dependency; the database is a single file
- Improved UI and accessibility — cleaner interface with better usability
- PHP 7.2+ compatibility — updated constructors, removed deprecated functions
- Summernote WYSIWYG editor — replaces the old js-quicktags toolbar
Requirements: PHP 7.2+ with the PDO SQLite extension enabled.
- Upload the contents of the
upload/directory to your web server - Point your web server's document root to the uploaded directory
- Visit your site and follow the setup wizard at
/index.php/setup
No MySQL needed — the database is a single SQLite file created automatically during setup.
Originally forked from 68kb/68kb. The original project referenced a license at http://68kb.com/user_guide/license.html (now defunct).
- Summernote — MIT License