git clone https://github.com/danhper/backd.git
cd backd
pip install -e .
The required data can be downloaded from: https://www.dropbox.com/sh/i5v1orfxg2la7f6/AACNX9078VnONF02lIWwZjbJa?dl=0
MongoDB needs to be running
./scripts/setup-db.sh /path/to/data
where /path/to/data
should be the full path to the Dropbox data directory.
Note for iOS users, replace zcat
with gzcat
. See zcat vs gzcat.
Populate test database
python scripts/import_test_data.py
Run tests
pytest