Home

Awesome

This is the reference implementation/demo of the sqlite file compiled from our Commentaries-Database, served up with a user-interface at https://historicalchristian.faith/

It also contains a frontend interface to our Writings-Database.

Any changes made in master branch on this repo will reflect <a href='https://historicalchristian.faith/' target='_blank'>on the website</a> within a couple minutes.

Build/Deploy Process

  1. Compile a SQL file from the Commentaries-Database.
  2. Move the resulting data.sqlite file to the data/ directory here.
  3. Run data/kjv_sqlite.py to populate the data.sqlite with the King James Bible so that the relevant Bible verses for a user's query will show (KJB chosen because in the public domain)
  4. Now serve the files via a PHP webserver, and it should just work.

Alternatives