Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 665 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 665 Bytes

Requirements

installing

  1. run: pip install -r requirements:
  2. set the passwords and hostnames for the database in "whynot_web/default_settings.py" and "update_settings.py" call 'storage.authenticate' too if the database is password protected.
  3. run install.py

Usage

Use ./crawl.py to update the database with new entries. Use ./annotate.py to check for missing entries and annotate a reason why it is missing. Run ./run_site.sh to run the whynot website.