Slashdot Mirror


Groupware for Small Consulting Organizations?

vrmlguy asks: "I've worked for several small consulting organizations over the past few years, and have discovered an unmet need. Every place I've worked has developed lots of code (usually scripts) that rarely gets reused except by the person who wrote it. Management always talks about 'knowledge management systems', but nothing ever gets off the ground. Does anyone know of something that works? I've looked at the CMS Info and TECFA Portals Pointers web sites, but haven't found much that seems to meet my needs. What I think that I need is something similar to sourceforge, but without the bells and whistles. BSCW looks like the closest fit, but I've got a few concerns about its licensing. The ideal solution would let me control any code that I upload, and search other peoples' code for stuff I can download and modify for my own use. CVS is overkill, since I expect that people will rarely check things back in that they've downloaded. Ease of use is important, since people always think it's easier to write from scratch than to search for things to reuse. Security is paramount, since there will be a lot of code that, for various contractual reasons, we don't want to share with anyone. Does anyone know of a great project that I may have missed?"

11 of 20 comments (clear)

  1. Why Not SourceForge? by johnraphone · · Score: 2, Informative

    Source Forge is a great tool, I've used it and its really helpful on collaborating projects. The source code is avalible on thier site (http://sourceforge.net/projects/alexandria-dev) and perhaps you could strip it down to meet your needs.

    1. Re:Why Not SourceForge? by Christopher+Cashell · · Score: 5, Informative

      SourceForge is a Very Bad Idea (tm) at this point.

      The only source code that is available is almost two years old, and the SourceForge.net people have intentionally killed further outside development of the official SourceForge project.

      The current version of SourceForge is *not* available as source, at least, not without paying big bucks. In other words, it's no longer open source. Of course, SourceForge.net will squirm and twist things like there's no tomorrow to get away with not admitting that they closed SourceForge.

      Additionally, the version of SourceForge that is available is unbelievably difficult to set up, doesn't run very well, and is very SourceForge.net specific. It's set up to run on PostgreSQL, and yet all the documentation (what (very) little there is) talks about MySQL.

      If you want something like SourceForge, only more oriented towards a smaller, more private, organization, you should investigate GForge. GForge is a much reworked fork of SourceForge. The fork was started by Tim Purdue, one of the original, and primary, authors of SourceForge, and is now being actively developed by the community.

      GForge has also had it's goals and orientation changed slightly from SourceForge's. SourceForge was designed to work as a huge farm, managing hundreds of thousands of users and programs. A huge portion of it's functionality is superfluous and overly complicated. GForge is a simplified and better organized application designed specifically for use by smaller groups and companies for their own projects.

      Personally, for what it sounds like the original poster is looking for, I'd recommend GForge coupled with a good Wiki. That should cover almost everything he needs.

      --
      Topher
    2. Re:Why Not SourceForge? by Anonymous Coward · · Score: 1, Informative

      Just one nitpick: your "The only source code that is available is almost two years old" assertion is wrong. The Debian-SF project (of which I am a member) has maintained and evolved that old code into a set of Debian packages (that means it's unbelievably *easy* to set up) that work rather well and is not sourceforge.net specific.

      I'm not advocating Debian-SF, though. All the work that had gone into it has been merged into Gforge when Gforge was started, and the developers are now proud members of the Gforge project, which we do advocate more than SF these days: it's more maintained, it's cleaner, it's better internationalised, etc.

      I think someone mentioned the idea of a Wiki plugin for Gforge, so things are not necessarily incompatible.

      Roland,
      Debian-SF *and* Gforge developer (and user).

  2. TWiki? by styrotech · · Score: 4, Informative

    I've set up a TWiki for our small company, and it's really starting to take off and become the defacto intranet once the users got their heads around the concepts (it can be a little strange to less techie users at first).

    It might not be exactly what you need, but you can upload file attachments, use (simple) revision control, and there are plenty of plugins available for trickier stuff.

    Most CMS systems seem more about publishing and templates, and the open source portals all seem to want to be slashdot. But Wikis seem to be all about collaboration and participation - although they can still do the publishing/discussing stuff too.

    1. Re:TWiki? by JohnFluxx · · Score: 2, Informative

      I don't know anything about TWiki, but Zwiki is cool as well. That is zope+wiki. This is cool since zope is a heirachal database - it is designed for storing documents etc.

    2. Re:TWiki? by styrotech · · Score: 2, Informative

      I chose TWiki because of it's large userbase and it seemed to have a lot of very powerful features.

      But I have to admit I was very tempted by ZWiki (Zope based) and MoiMoi (name?) (Python based). I was a little nervous (probably baseless) about using Zope purely from a backup and disaster recovery P.O.V. - flat files just seemed easier (hey I'm lazy). And the leading Python/flat file one didn't quite have some of TWiki's features.

      Those two tempted me because I prefer Python to Perl, and Zope seems cool although I'm not sure I have the time to fully grok Zope.

  3. GForge by MountainLogic · · Score: 4, Informative

    Check out GForge. Wiki's are also a cool tool.

  4. PHProjekt by fuzzybunny · · Score: 3, Informative


    Try PHProjekt. It's actively being developed and supported.

    I installed it at a client's site, after looking at alternatives, such as PHPGroupWare (which also looks quite good, albeit a tiny bit immature and others, and PHProjekt was the most robust of the bunch.

    I don't know how well it will scale if you ever expand REAL BIG, but as it just relies on a standard SQL backend, you should be able to import/export data anywhere.

    --
    Cole's Law: Thinly sliced cabbage
  5. Re:Why is CVS overkill? by rkz · · Score: 3, Informative

    I can't believe that noone has suggested using sourceforge.
    This is a great way to manage differnet programs on your OWN server, and it also adds things like a central place to keep docs, bugs and CVS.

    If you are working in a Windows shop maybe you should give Source Safe a try, while its not as feature full as CVS its easier to use and provides better intergration to Visual Studio.

  6. phpBB2 and zope by tetrode · · Score: 2, Informative

    I use a combination of phpBB2 and zope. phpBB2 for client information, technical information, discussions, etc. and zope to glue different other parts together.

  7. I use PhpCollab by borgdows · · Score: 2, Informative

    PhpCollab is a very good tool to manage web/software projects within a team. It has all the necessary features (tasks, bugtracker, files approval, and more...) and the interface is neat. And yes, it is GPL!

    Official website : http://www.phpcollab.com

    you can test it here