https://github.com/dfm/osrc
The Open Source Report Card
https://github.com/dfm/osrc
Last synced: about 1 year ago
JSON representation
The Open Source Report Card
- Host: GitHub
- URL: https://github.com/dfm/osrc
- Owner: dfm
- License: mit
- Archived: true
- Created: 2013-04-19T23:14:42.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T11:40:02.000Z (about 3 years ago)
- Last Synced: 2024-10-31T21:35:43.368Z (over 1 year ago)
- Language: Python
- Homepage: http://osrc.dfm.io
- Size: 602 KB
- Stars: 1,032
- Watchers: 46
- Forks: 136
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - dfm/osrc - The Open Source Report Card (others)
README
The Open Source Report Card (v3)
================================
A work in progress... hopefully we'll have the OSRC back up soon!
Installation (docker-compose)
-----------------------------
If you have docker-compose installed just use:
> docker-compose up
to run on a different port than 5000 set environment variable WEB_RUNSERVER_PORT
> WEB_RUNSERVER_PORT=8000 docker-compose up
More details check docker-compose.yml and Dockerfile
Installation
------------
Set up the environment:
```
conda env create -f environment.yml
source activate osrc
```
Create the tables:
```
createdb osrc
python manage.py create
```
These tables can also be dropped using:
```
python manage.py drop
```
License & Credits
-----------------
The Open Source Report Card was created by [Dan
Foreman-Mackey](http://dan.iel.fm) and it is made available under the [MIT
License](https://github.com/dfm/osrc/blob/master/LICENSE).