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?"

14 of 20 comments (clear)

  1. Why is CVS overkill? by thelenm · · Score: 4, Insightful

    It sounds like you're interested in having everyone be able to upload their own code, and download and modify others' code for their own use. Why exactly is CVS overkill? It sounds like CVS or another version control system like Subversion might be a great solution for you. No one says you have to use all its features, you can just use it for what you need it for: keeping a central repository of code.

    --
    Use Ctrl-C instead of ESC in Vim!
    1. Re:Why is CVS overkill? by PsndCsrV · · Score: 2, Insightful

      Unfortunately, it seems the poster is looking for a sort of directory/search function built on top of that. I know core CVS doesn't do that. It's great for version control and code repositories, but has no functionality at all for displaying what projects are on a server and what those projects do.

      With a little coding, it would be pretty simple to create a perl or php web page that allows you to upload a file, along with a description of the program. Then that info can get stored somewhere (flat file, mysql db) that a search program can then use to search. If you really wanted to get into it, you could add categories and keywords to the description. The access could be limited using Apache's ip or password based controls.

      Then again... that kind of goes against the whole theme of code re-use. :-)

      --
      Experiments must be reproducible; they should all fail in the same way.
    2. 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.

    3. Re:Why is CVS overkill? by Jellybob · · Score: 2, Insightful

      The submitter of the article suggested Sourceforge themselves, but thought that it was too much for what they needed.

  2. 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
  3. 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.

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

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

  5. 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
  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. Nitpicking ... by Etyenne · · Score: 2, Insightful

    Security is paramount, since there will be a lot of code that, for various contractual reasons, we don't want to share with anyone.



    Sorry for nitpicking, but if can't share some part of your code with anyone, how would "reusing" it be any more acceptable ?

    --
    :wq
  8. 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