File: INSTALL

package info (click to toggle)
gitstats 2013.12.07-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 216 kB
  • ctags: 107
  • sloc: python: 1,016; makefile: 63
file content (10 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
gitstats does not currently need to be installed; it's used right from the
directory (it also assumes some files like the stylesheet are in .)

Suppose you have a git project at /mnt/src/git/project
and you want to save the statistics to ~/public_html/project

You would run:
$ ./gitstats /mnt/src/git/project ~/public_html/project
(go grab a cup of coffee if it's a large project :)
$ sensible-browser ~/public_html/project/index.html