On Fri, 19 Jul 2013 02:22:08 -0700 (PDT) Syaifull Al-Bandary <[email protected]> wrote:
> how the stages to build git server using ubuntu server? This question is impossible to answer sensibly: you can just do # apt-get install git and be able to work with any repositories on that Ubuntu server via SSH. But this might wish not to stop at this because: * You might want to have "virtual" Git users instead of creating a real system account for every developer wanting to access your server -- this requires setting up a special tool like gitolite. * You might want to serve your repositories via the read-only git:// protocol -- this requires installing and setting up git-daemon. * You might want to make your repos accessible via HTTP -- this requires setting up a web server and tweaking it accordingly. * You might want to have a turn-key integrated solution to manage everything related to Git -- this requires deploying of a specialized program suite. ... etc etc etc. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
