DDR is a set of tools for constructing a distributed repository suitable for the archival preservation of media files and metadata. It is built from standard open-source components, uses archival standard metadata formats, and provides for replication of collections under low- or no-bandwidth conditions.
ddr-local
is a Django web application which provides a user-friendly interface for editing DDR collections, entities, and media.
- ddr-cmdln
- Python 2.7
- Django 1.4
If you have downloaded the source code:
python setup.py install
A distribution package can be obtained for manual installation at https://packages.densho.org/debian/pool/main/d/ddrlocal-master/.
ddr-local
's git repo is available on GitHub, which can be browsed at: https://github.com/denshoproject/ddr-local
and cloned using:
git clone git://github.com/densho/ddr-local.git ddr-local
The html-compiled documentation can be found at the following URL:
URL
URL
Issues are tracked on github: https://github.com/denshoproject/ddr-local/issues
TBD