Codeplex/Sourceforge for internal use [closed]

僤鯓⒐⒋嵵緔 提交于 2020-01-01 03:17:06

问题


I'm looking for a free/open source collaborative project manager that can be deployed internally in my workplace that would act similar to Codeplex or Sourceforge. Does anyone know of something like this, and if so do you have experience with it.

Requirements:

  • Open Source or Free
  • Locally Deployable
  • Has the same types of features found in Sourceforge / Codeplex
    • Issue/Feature Tracking
    • Community Interaction (ie. Voting, Roles, etc.)
    • SCM Integration (Optional)
  • .NET/Windows Friendly (Optional)

Every business ends up having internal utilities, and domain specific apps that developers create to make life easier. Given the input of the internal developer community they have the potential to become much better (can you say GMail...), and I would simply like to foster such an environment internally by providing an easy place for that interaction to take place.

UPDATE:

So I like what I am seeing in both Trac and GForge, but both are heavily geared towards UNIX/Subversion environments. I should have specified this, but we are a MS shop from top to bottom. How practical do you think it is going to be to try and use these in a MS .NET environment? Would that be like trying to shove a square peg through a round hole?


回答1:


I like redmine for this: http://www.redmine.org. The only thing it's missing from your criteria is voting, but there might even be a plugin for this.

Trac is also popular (http://trac.edgewall.org) but it lacks suport for aggregation of data across projects.




回答2:


Try GForge, it's a SourceForge fork and has most of its features.




回答3:


I agree, Trac should work. IMHO setting up Subversion should be relatively easy on Windows too, there are great Windows clients for it (tortoiseSvn), and Trac runs on python, so it will work on Windows too.




回答4:


Other advantages of Sourceforge Enterprise are these plugins. There are extra plugins for Visual Studio wich can be found here and here.




回答5:


SourceForge Enterprise Edition 4.4 is available for free for up to 15 users. We use it for our development team and another development team where I work.

It's been working great for us. It has subversion and cvs built in (whichever you wish to use). If you plan on accessing it over the internet you might want to enable HTTPS. I had to do a little finagling to get HTTPS to work correctly (finding the right CentOS packages to install). If you wanted to use this solution with HTTPS I wouldn't mind if you sent me a message asking for help.

It comes with a VM for VMWare Player: http://www.collab.net/downloads/sfee/index4.4.html




回答6:


Launchpad has support for Code Hosting and version control, Bug tracking, Blueprints, Answers, Polls, Translations, etc.

Launchpad is used by the Ubuntu Project.

A few weeks ago, Launchapad was released as open source.




回答7:


I was just wondering the same thing, something like Trac but in .NET, after a quick GOOGLE search (I have never tried these tools) I found

sharpforge (This no longer looks free!)

I like how the site .netTiers looks. They use screwturn wiki. It is totally free if you fulfill all GPLv2 statements.




回答8:


Assembla and BeanStalk are nice, both have things like; wiki, discussion, alerts, chat, ticketing, Trac, Git and Subversion




回答9:


What about Trac? It's pretty simple, but does it's Job for a lot of Open Source projects.




回答10:


I would concur on the Trac suggestion. I use it both for an open source project and for an internal project. It has decent issue tracking and integration with Subversion which allows links between tickets and subversion checkins. It also has an integrated wiki, which can be of some use for documentation. Although we do not use it for voting / community type features, I know there's a number of addons to it that might serve this purpose.



来源:https://stackoverflow.com/questions/83269/codeplex-sourceforge-for-internal-use

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!