Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfm/osrc
The Open Source Report Card
https://github.com/dfm/osrc
Last synced: 8 days 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 (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T11:40:02.000Z (over 1 year ago)
- Last Synced: 2024-08-01T22:56:39.937Z (3 months ago)
- Language: Python
- Homepage: http://osrc.dfm.io
- Size: 602 KB
- Stars: 1,031
- Watchers: 46
- Forks: 143
- 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).