README 581 B

123456789101112131415
  1. cgit is a web interface (cgi) for git repositories, written in C.
  2. The folder /var/cache/cgit, must be owned by your webserver user.
  3. A sample /etc/cgitrc (you must provide one) is in the docs folder,
  4. and so are some example configuration files for apache and lighttpd.
  5. luacrypto or lua-md5 are optional dependencies (for avatars support),
  6. but first you have to build this against lua (use lua, *NOT* lua52
  7. or lua53).
  8. If you want to use the email-libravatar-korg.lua filter or the
  9. email-gravatar-sbo.lua one, have a look also to the suggested css
  10. additions (in the docs folder).