Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ojii/gitstats.ep.io
might become a nice git stats pron site
https://github.com/ojii/gitstats.ep.io
Last synced: 8 days ago
JSON representation
might become a nice git stats pron site
- Host: GitHub
- URL: https://github.com/ojii/gitstats.ep.io
- Owner: ojii
- License: other
- Created: 2011-10-25T16:58:23.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-07T20:13:55.000Z (about 13 years ago)
- Last Synced: 2024-04-15T00:40:48.843Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 422 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
gitstats.ep.io
==============Dulwich & highcharts.com powered statistics about git repositories.
Run locally
-----------1. ``git clone git://github.com/ojii/gitstats.ep.io.git``
2. ``cd gitstats.ep.io``
3. ``virtualenv env --no-site-packages``
4. ``source env/bin/activate``
5. ``pip install -Ur requirements.txt``
6. Create a file ``src/local_settings.py`` with your database settings, enable
debug mode (if you want) and disable the django-secure settings.
7. ``python src/manage.py syncdb``
8. ``python src/manage.py migrate``
9. ``python src/manage.py runserver``