diff options
author | ponce <matteo.bernardini@gmail.com> | 2011-07-03 13:39:37 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:01 -0300 |
commit | 769dadaf444a25834210f5f88b222913e9d7f92f (patch) | |
tree | 51c6df74f30dc71ffb23404dc027cf1d92cf4db0 /development/cgit/README | |
parent | 8f35cc6ad9a9a6d52b6fc971dabe0feb72798a73 (diff) |
development/cgit: Added (web frontend for git repositories)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/cgit/README')
-rw-r--r-- | development/cgit/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/cgit/README b/development/cgit/README new file mode 100644 index 000000000000..a8555e7edce6 --- /dev/null +++ b/development/cgit/README @@ -0,0 +1,6 @@ +cgit is a web interface (cgi) for git repositories, written in C. + +The folder /var/cache/cgit, must be owned by your webserver user. + +A sample /etc/cgitrc (you must provide one) is in the $DOCS folder, +and so are some example configuration files for apache and lighttpd. |