Hello World from OSS Silicon Valley


HowToUse/Git Daemon/1.7


  • The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
#contents

*Install&Setup [#gf970ee7]
: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 [#rada9764]
:Step.1|
xxx

*Contributer [#t5fb8a5a]
(author of this page)

*Open Discussion [#yd913962]
If you have questions or comments, please share them below.
We will improve the above information referring to your posting.
#article