-6

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

kaserrety
  • 11
  • 1

1 Answers1

4

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

BE77Y
  • 2,577
  • 3
  • 17
  • 23