Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 546 Bytes

Readme.md

File metadata and controls

18 lines (14 loc) · 546 Bytes

LR-Data

This is a small utility to help pull the data from the Learning Registry into a datastore of you choice.

Dependencies

LR-Data requires

###RabbitMQ ###Redis ###Python ###Celery

Platform-Specific Requirements:

On OS X, you will also need libevent, which can be installed with homebrew: brew install libevent

#Setup Run pip install -U -r requirements.txt

#Startup To start run celryd -B from the source directory. To run as a deamon follow these instructions