Is it possible to setup a private github, codeplex or code.google.com?

parishodak picture parishodak · Dec 27, 2010 · Viewed 11.7k times · Source

I am thinking of setting up a server with similar capabilites of codeplex.com or code.google.com or github.com internally in my company so that all the colleagues can create and maintain projects.

Is there any opensource applications with this type of capabilities?

Answer

j0k picture j0k · Aug 12, 2012

GitLab is a really good alternative if you want to host your own git repository.

It used Gitolite to manage repositories but now use its own GitLab-shell (which make installing and maintaining GitLab a lot easier) and provide a nice user interface for managing them.

GitLab is a free project and repository management application

There is also an online demo and the code source is available on github.

Updated since the release of GitLab 5.0