Open Source Project Infrastructure?
cpfeifer asks: "Russ Miles wrote about going through the pain of setting up his own infrastructure for his OSS project, AspectXML. He asks: 'Are there tools out there that make this process much easier, and perhaps ones that I could take advantage of by moving my own open source project to? Also what experiences have people had with the different community projects?' Should you start up your own gforge server, host it on Sourceforge, or perhaps look to one of the OSS groups like Apache, Codehaus or Tigris?"
There are no karma whores, only moderation johns
What's great about sourceforge and the like, is that they provide you with all of those in one package, and the bug-management-thingies in the portals beat most alternatives any day.
If you want to setup your own tools, I think it's better to just run the set of services you need, and not bother with a full devel-site, since for one project such a site is going to be mostly bloat, but that naturally depends on the size of your project.
If you want to use one of the existing sites, then the criteria are either those of personal choice, political ones, or maybe a matter of convinience: many people already have accounts on SourceForge, some people on Savannah, and some (but probably fewer) on other sites. (This is only my intuition. There might just as well be sites with userbase much larger than that of Savannah).
Just my totally random .05 euro. Sorry, smaller coins aren't in use in Finland.
Software should be free as in speech, but if we also get some free beer, all the better.
Mabye use a groupware client (like phpgroupware).
Or better yet, use Mantis. Its a great web-based bug tracker. But we use it at work to track all kinds of things. All you're really looking for is something to manage bugs, enhancements, etc. Install it, CVS, and ViewCVS, and you should have almost everything you need.
/. is a bunch of nerds at a million typewriters. It's not a political conspiracy determined to undermine your beliefs.
Sourceforge is slow because it has already a LOT of popular projects that takes a lot ot load on their servers.
GForge don't host projects. You install it on your server, or use other one's server that you have permission (and trust) to host a project on.
I have set up the following tools and had good luck for internal projects (assuming you want to use the LAMP model):
Mantis for the bug tracker. I use a downlevel, modified version (based on the 0.15.x version). Simple to use, which is the most important feature.
http://www.mantisbt.org/
PHPWiki for notes and design discussions. Very handy to be able to spell out the design of a module, get feedback and have history available (especially useful to prove who made the design change).
http://phpwiki.sourceforge.net/
Finally a good discussion board. We used PHPBB fine, except the patch of the week that was required for security for a while...
http://www.phpbb.com/
I was originally worried about intregration, but it turned out that hyperlinks were sufficent to reference back and forth (for example, to reference a discussion in the BB from a bug).
Sig under construction since 1998.
Not only will you get good tools, but most folks look there first. You can always move up to something custom, and SF will still link to your homepage, files, etc (AFAIK).
-Rob
terpmotors.com
From my experience running this kind of thing,
I highly recommend discussions via newsgroups.
They are easier to use than most web boards,
which leads to better/easier user feedback.
The newsgroups are easy to set up,
for examples see www.netwinsite.com.
The servers provide full text search,
straightforward email-to-news gateways,
various authentications, chat, etc.
Once you have your newsgroups working,
ask your participants what they use
for bug databases, source systems, etc.
Use the tools they know and recommend,
and you'll likely get better participation.