This is the repository for the OSUOSL Mirror syncing scripts. Documentation is
found in the docs/source
.
- virtualenv venv
- source venv/bin/activate
- pip install -r requirements.txt
- cd docs
- make html
- firefox build/html/index.html
Note
To later disable the virtualenv, run 'deactivate' or close your shell.
Much of this system is undocumented unfortunately but we are working on fixing that.