Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

LibCrowds/libcrowds-data

Repository files navigation

libcrowds-data

Build Status Coverage Status

Global data repository page for LibCrowds, designed to integrate with the libcrowds-bs4-pybossa-theme.

Installation

Run the following commands (modified according to your PyBossa installation directory):

source /home/pybossa/pybossa/env/bin/activate
cd /home/pybossa/pybossa/pybossa/plugins
git clone https://github.com/libcrowds/libcrowds-data
pip install -r libcrowds-data/requirements.txt
ln -s libcrowds-data/libcrowds_data libcrowds_data

The plugin will be available after you next restart the server.

Contributing

See the CONTRIBUTING file for guidelines on how to suggest improvements, report bugs or submit pull requests.