Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.09 KB

This repository has been deprecated

BookBrainz Web Service

Build Status Code Climate Coverage Status

This is the Python version of the Web Service.

Installing

Please follow the instructions in the bookbrainz-schema repository to set up the database.

Then, install the webservice's dependencies by running:

pip install -r requirements.txt

Also ensure that you also have a recent version of Redis installed.

Then, copy the configuration file config/deploy.py.example to config/deploy.py, and edit it to reflect your environment. Then, finally, launch the webservice by running:

python run.py config/deploy.py

Or, for debug mode:

python run.py -d config/deploy.py