cScm Configuration Daemon

cScm – is a tool to convert SCM configuration files into binary format and store its in shared memory for reading by cSvn-ui and cGit-ui CGI scripts

12 Commits   0 Branches   1 Tag
     5         kx 
     5         kx Sytem requires:
     5         kx   fakeroot, logrotate
     5         kx 
     5         kx Build time requires:
     5         kx   make, binutils, gcc, bison, autoconf, automake, pkgconfig,
     5         kx   pcre2
     5         kx 
     5         kx Runtime requires:
     5         kx   pcre2
     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 ./cscm-0.1.4-2-x86_64.pkg.tar.zst
     5         kx 
     5         kx After install binary package we have to create /etc/csvn-ui.rc [or|and] /etc/cgit-ui.rc
     5         kx configuration files and then enable and run csvnd.service [or|and] cgitd.service:
     5         kx 
     5         kx  $ systemctl enable csvnd.service
     5         kx  $ systemctl start csvnd.service
     5         kx 
     5         kx  $ systemctl enable cgitd.service
     5         kx  $ systemctl start cgitd.service
     5         kx 
     5         kx Then we can to enable csvn-ui [or|and] cgit-ui web-servers.