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 To build RPM packages we have to copy source package downloaded
     5         kx from https://ftp.radix.pro/pub/cgit-ui directory to /usr/src/packages/SOURSES/
     5         kx directory. And also copy the cgit-ui.spec file into /usr/src/packages/SPECS/
     5         kx directory. Then edit the package version in the cgit-ui.spec file according
     5         kx to source package version.
     5         kx 
     5         kx Dependencies: file-devel, pcre2-devel, libgit2-devel, md4c-devel, md4c-html-devel.
     5         kx 
     5         kx RPMs can be built by following command:
     5         kx 
     5         kx  $ rpmbuild --define "_topdir /usr/src/packages" -ba /usr/src/packages/SPECS/cgit-ui.spec
     5         kx 
     5         kx Resulting RPMs will be saved in /usr/src/packages/SRPMS/ and
     5         kx /usr/src/packages/RPMS/`uname -m`/ directories.
     5         kx 
     5         kx After install you have to configure uWsgi and Nginx servers (see: README.md).