Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 588 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 588 Bytes

scorecard

This application will import and display data taken from the https://github.com/ComplianceAsCode/redhat project.

See http://atopathways.redhatgov.io/product-documents/ for a similar effort.

See also: https://github.com/opencontrol https://github.com/RedHatGov/ato-pathways

This initial Django project was created by doing:

mkdir -p ~/.virtenvs
virtualenv ~/.virtenvs/scorecard --python python3.6
source ~/.virtenvs/scorecard/bin/activate
pip install Django PyYAML psycopg2 gunicorn django-debug-toolbar
pip freeze > requirements.txt
./manage.py startapp scorecard