Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Are there any good alternatives for Github Enterprise Edition for a private network? have about 30 dev's and a ton of projects. Moving away from Subversion as well so any methods to keep the history as well would be nice. Maybe archive in git somehow and start a fresh branch going forward.

  • Project and Developer News Feeds
  • Source Code Browsing
  • Commit Comments
  • LDAP (for user creation)
  • Web GUI
  • Git Network Graph
  • Issue Tracker
  • Wiki (or wiki integration)
  • Dashboard
share|improve this question
2  
Importing your svn history to git will work no matter what -- Any host that supports git will allow you to keep your history – Daenyth Sep 29 '10 at 19:53
Thanks thats good to know – Phill Pafford Sep 29 '10 at 20:07
2  
Funny how developers want to get paid to write code but don't want to pay for software... – Corbin March Sep 30 '10 at 21:27
4  
@corbin I don't mind paying for software but as this project is just gathering information to compare against github.com offerings, so I might present some alternatives to the higher ups when they make their decision. But sometimes the free alternatives are better then the paid ones – Phill Pafford Oct 1 '10 at 13:09

7 Answers

up vote 20 down vote accepted

You can try http://gitorious.org/, their software is OS. You can clone their sources from git://gitorious.org/gitorious/mainline.git. There's also http://gitlab.org/, which is OS as well.

share|improve this answer
Looking over the site I see that they host, I didn't see the option to run this locally. Another not I saw if was free for Open Source projects, does this mean there is a cost if it's not Open Source? – Phill Pafford Sep 29 '10 at 14:59
7  
You can clone the main line sources by visiting gitorious.org/gitorious. – Emil Sit Sep 29 '10 at 16:26

We use a combination of gitosis and various other tools. I would probably use gitolite if I were doing it afresh. We use gitweb for viewing, and OpenGrok for searching; I also just added gitstats. We also use FishEye+Crucible from Atlassian, and JIRA, but there are good open source alternatives such as gerrit for code review. (Note that gerrit may also be useful for hosting your code.)

Added: I forgot to mention Hudson, for continuous integration; we actually use Pulse, which is a commercial product, but Hudson is really good.

share|improve this answer
Some good stuff to look into, thanks. Not all is free though – Phill Pafford Oct 1 '10 at 13:53
All are free except the Atlassian tools. – ebneter Oct 1 '10 at 19:25
gerrit is THE tool! Thanks for the advice. – Palesz Oct 1 '10 at 21:59

I've had a good experience with Redmine

Overview

  • Multiple projects support
  • Flexible role based access control
  • Flexible issue tracking system
  • Gantt chart and calendar
  • News, documents & files management
  • Feeds & email notifications
  • Per project wiki
  • Per project forums
  • Time tracking
  • Custom fields for issues, time-entries, projects and users
  • SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs)
  • Issue creation via email
  • Multiple LDAP authentication support
  • User self-registration support
  • Multilanguage support
  • Multiple databases support
share|improve this answer
This look good so far – Phill Pafford Sep 29 '10 at 20:01

Indefero is a google-code clone.

It IS Open source.

share|improve this answer
hmm interesting, lacks the graphing as far as I can see but does cover most of everything else – Phill Pafford Sep 29 '10 at 16:59

The Atlassian toolsuite is reported to work nice with Git.

  • JIRA kickass issuetracking (disclaimer : I am a raving fan)

  • Confluence : Wiki/Dashboard/Project spaces/Activity logs etc...

  • FishEye : source code browsing

  • Crucible : code reviews

  • Bamboo : Continuous integration

  • Crowd : Single Sign On and user management

With 30 dev's this will set you back a bundle, though.

share|improve this answer
Those are all great but also not free, I do like JIRA and Confluence will look at the others. Thanks – Phill Pafford Sep 29 '10 at 14:55
Oops, sorry, I did not see the free part in the question. – Peter Tillemans Sep 29 '10 at 15:59
NP, good list for paid services though! – Phill Pafford Sep 29 '10 at 19:21
Fisheye does not work well with Git. JIRA integration is superficial because of this. – Roger Nolan Apr 14 '12 at 8:15

Try gitlab. Pretty close github clone, local install.

share|improve this answer
gitlabhq.com – randx Jul 18 '12 at 12:35

Take a look at bitbucket.org from attlassian. Now With git support alongside mercurial support. Much 'cheaper' compared to github.

Josh.

share|improve this answer
1  
Except Fisheye doesn't work well with Bitbucket... at least not on hosted JIRA. – Roger Nolan Apr 14 '12 at 8:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.