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

3 Commits   0 Branches   1 Tag
05d292b2 (kx 2023-03-24 03:51:10 +0300  1) 
05d292b2 (kx 2023-03-24 03:51:10 +0300  2) To build RPM packages we have to copy source package downloaded
05d292b2 (kx 2023-03-24 03:51:10 +0300  3) from https://ftp.radix.pro/pub/cgit-ui directory to /usr/src/packages/SOURSES/
05d292b2 (kx 2023-03-24 03:51:10 +0300  4) directory. And also copy the cgit-ui.spec file into /usr/src/packages/SPECS/
05d292b2 (kx 2023-03-24 03:51:10 +0300  5) directory. Then edit the package version in the cgit-ui.spec file according
05d292b2 (kx 2023-03-24 03:51:10 +0300  6) to source package version.
05d292b2 (kx 2023-03-24 03:51:10 +0300  7) 
05d292b2 (kx 2023-03-24 03:51:10 +0300  8) Dependencies: file-devel, pcre2-devel, libgit2-devel, md4c-devel, md4c-html-devel.
05d292b2 (kx 2023-03-24 03:51:10 +0300  9) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 10) RPMs can be built by following command:
05d292b2 (kx 2023-03-24 03:51:10 +0300 11) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 12)  $ rpmbuild --define "_topdir /usr/src/packages" -ba /usr/src/packages/SPECS/cgit-ui.spec
05d292b2 (kx 2023-03-24 03:51:10 +0300 13) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 14) Resulting RPMs will be saved in /usr/src/packages/SRPMS/ and
05d292b2 (kx 2023-03-24 03:51:10 +0300 15) /usr/src/packages/RPMS/`uname -m`/ directories.
05d292b2 (kx 2023-03-24 03:51:10 +0300 16) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 17) After install you have to configure uWsgi and Nginx servers (see: README.md).