How to install git-daemon on red hat enterprise 6 [closed]

I need to install git-daemon on Red Hat enterprise Linux 6.2, with http support. What are the correct package to install? It is necessary to create a specific user or group? I’m looking for a simple solution with yum perhaps

I already checked this answer
How can I install git on RHEL 6?

but seems to be referred to git client only

Answer

I would be remiss if I didn’t point out the spectacular lack of research in your question, but here’s your answer:

yum install git-daemon

Attribution
Source : Link , Question Author : kaserrety , Answer Author : BE77Y

Leave a Comment