- a mongodb server: https://www.mongodb.com/
- python pip: https://pypi.org/project/pip/
- cmbi databanks installed locally: https://github.com/cmbi/databanks.git
- run: pip install -r requirements:
- 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.
- run install.py
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.