Installing Git on a Linux VM (RHEL) [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionWe need to set up a Git server in our team.
I have decided to first go with a VM, and expand in the future if needed.
I've gathered Linux would be the easiest setup.
Problem is, i have very limited experience with Linux, some questions that i'm trying to answer are:
What is the actual procedure for installing the Git package? is it a simple matter 开发者_运维技巧of RPM installation ?
Following the installation, i'd need to map the Git repo to some net share. how is this done? i believe that i need to configure xinetd.d, looking for exact steps.
How is authentication is set up for various users to access this machine?
Which version of Linux makes any difference? we have the RHEL 5 64 bit here.
Anything else i'm currently missing?
Haven't used RHEL 5 but yes, any modern distro should have git available in a package. I'm guessing that "yum install git" would do it.
Depends on the type of net share. Google it.
See http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way
Shouldn't.
精彩评论