## Overview This repository powers the legacy [Scholar's Copyright Addendum Engine](https://labs.creativecommons.org/scholars/). ## Operations ### To Install ``` sudo apt-get install virtualenv virtualenv . . bin/activate python setup.py install ``` ### To Run ``` bin/activate bin/server ```