vote up 4 vote down star
2

I need some sort of web-based source code repository slash issue-tracker.

The point is to have greater visibility of our various internal projects.

Any recommendations? Open source is a requirement. A ready-made virtual appliance would be nice.

Internal github would be perfect, but AFAIK this costs money. Does anyone have experiences with Launchpad (recently open-sourced)? How abt. the stuff that sourceforge is built on?

flag

Launchpad is, I think, geared towards Bazaar – Jakub NarÄ™bski Oct 4 at 15:40

4 Answers

vote up 3 vote down check

Take a look at Bitnami, in particular the Ruby Stack (downloadable as an appliance that comes with SVN 1.6.x preinstalled) with the Redmine module added. Redmine is a pretty slick "project management"/issue tracking app.

link|flag
The Bitnami stuff looks pretty good. I think I'll go with Redmine. It looks to be exactly what I am looking for. – codeape Oct 4 at 21:38
vote up 3 vote down

Besides InDefero mentioned by Tim Henigan there are also the following Git hosting site with open-source engine:

  • Gitorious which is Git hosting site similar somewhat to GitHub is open source: the engine is also called gitorious
  • repo.or.cz Git hosting site (which uses gitweb for web interface) is also open source, and its repo duct tape got published as Git Hosting Site Toolkit named Girocco.
link|flag
vote up 2 vote down

If you're using SVN as your version control, you might like Trac.

link|flag
AFAIK, trac also has a git connector. – Manni Oct 2 at 13:12
Yes, although I haven't heard many positive comments made in regard to the GitPlugin for Trac. – RjOllos Nov 10 at 7:55
vote up 2 vote down

Take a look at InDefero. From the Git Wiki description:

InDefero is a clone of GoogleCode with git, Mercurial and Subversion browser, wiki, download area, issue tracking and code review supporting multiple private/public projects. Using a shared user account with SSH keys you can control the read/write access rights to your repositories from within the web interface. GNU GPL/Clean MVC PHP5 code, very fast and easy to extend.

It is free software (GNU GPL).

link|flag

Your Answer

Get an OpenID
or

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