cGit-UI for Git Repositories

cGit-UI – is a web interface for Git Repositories. cGit CGI script is writen in C and therefore it's fast enough

12 Commits   0 Branches   1 Tag
     5         kx 
     5         kx Sytem requires:
     5         kx   fakeroot, logrotate, nginx, uwsgi
     5         kx 
     5         kx Build time requires:
     5         kx   make, binutils, gcc, bison, autoconf, automake, pkgconfig,
     5         kx   file (libmagic), pcre2, libgit2, md4c
     5         kx 
     5         kx Runtime requires:
     5         kx   libmagic, pcre2, libgit2, md4c
     5         kx 
     5         kx As non-privileged user:
     5         kx 
     5         kx   $ mkdir build
     5         kx   $ cp PKGBUILD build/
     5         kx   $ cd build/
     5         kx   $ makepkg
     5         kx 
     5         kx As root:
     5         kx 
     5         kx   # pacman -U ./cgit-ui-0.1.7-2-x86_64.pkg.tar.zst
     5         kx 
     5         kx After install you have to configure uWsgi and Nginx servers (see: README.md).