Skip to content
Snippets Groups Projects

Backend for Historical Manuscripts Indexing

pipeline status

Requirements:

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>