Hello World from OSS Silicon Valley


HowToUse/Git Daemon/1.7


_ Install&Setup

Step.1
Install Git Daemon modules.
# yum install git git-daemon git-all
Step.2
Edit xinetd configuration for git
# vi /etc/xinetd.d/git

(Before)

       disable         = yes

(After)

       disable         = no
Step.3
Reboot xinetd
# /etc/inet.d/xinetd restart
Step.4
Initiate git repository
# mkdir repo
# cd repo
# git --bare init --shared

_ HowToUse

Step.1
xxx

_ Contributer

(author of this page)

_ Open Discussion

If you have questions or comments, please share them below. We will improve the above information referring to your posting.