Footprints is a project to develop a database that tracks individual books through time and space to uncover patterns of trade and learning throughout the Jewish communities of Europe, Asia and the Americas during the modern period.
Python 3
Postgres
SOLR 3+
Celery 3
See our installation docs on the wiki
If you have docker-compose installed, you can do:
$ make build
$ docker-compose run web migrate # to set up database schema
$ docker-compose up