Something went wrong on our end
-
Bastien Abadie authoredBastien Abadie authored
README.md 819 B
Backend for Historical Manuscripts Indexing
Requirements:
- git
- make
- Python 3.5+
- virtualenv
- virtualenvwrapper
Dev Setup
git clone git@gitlab.com:arkindex/backend.git
mkvirtualenv -p /usr/bin/python3 ark
cd backend
pip install -e .[test]
When the architecture is running locally to provide required services:
manage.py migrate
manage.py createsuperuser
When the iiif-manifests are cloned locally:
manage.py import_manifest <MANIFEST_FILES>