Skip to content
Snippets Groups Projects
Commit 128402b4 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Add README

parent c00cacd4
No related branches found
No related tags found
No related merge requests found
Architecture for Historical Manuscripts Indexing
\ No newline at end of file
Backend for Historical Manuscripts Indexing
===========================================
[![pipeline status](https://gitlab.com/arkindex/backend/badges/master/pipeline.svg)](https://gitlab.com/arkindex/backend/commits/master)
Requirements:
* git
* make
* Python 3.5+
* virtualenv
* [virtualenvwrapper](https://virtualenvwrapper.readthedocs.io/en/latest/)
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](https://gitlab.com/arkindex/architecture) is running locally to provide required services:
```
manage.py migrate
manage.py createsuperuser
```
When the [iiif-manifests](https://gitlab.com/kermorvant/iiif-manifests) are cloned locally:
```
manage.py import_manifest <MANIFEST_FILES>
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment