4

I know this question has been tossed around by many developers and designers. I just got finished with my companies intranet site using joomla 1.5 with a custom bulit template and modifying almost everything in joomla. It got me thinking if I should be using an enterprise CMS instead of an free open source CMS. I almost went with wordpress, but the company wanted joomla for there site. It was a great for me to jump into another CMS and learn, but is there a better CMS out there that meant for intranet or does it really matter at all?

blackbull77
  • 281
  • 1
  • 5
  • 14
  • This is too subjective. *Any* CMS will accomplish what you need. –  Sep 08 '10 at 22:26
  • True, but each CMS is different for different needs. – blackbull77 Sep 09 '10 at 16:28
  • In the same way that any aeroplane will get you from London to Sydney ? Intranet sites typically have a very different purpose compared to a public web site and there are likely CMS's out there much better suited for an intranet e.g. SEO is probably not a high priority but a corporate address book perhaps is. – Chris Oct 17 '13 at 06:00

5 Answers5

7

Try OpenAtrium, its free.

http://www.openatrium.com

Kevin
  • 13,153
  • 11
  • 60
  • 87
1

If you're planning an intranet project using a CMS, then you'll need to clarify a couple of requirements before choosing the right one. I have a blog post with some simple choices for choosing a cms for an intranet, more specifically on collaboration and community features. But other more basic requirements are:

  • Is there a technology stack that the organization prefers/uses? Does it need to be on-premise or cloud based? This will filter down the candidates
  • Is the Intranet for just posting read-only notices and information, or are community features (groups, lists, news feeds, etc)
  • Does the Intranet require SSO so that organization members can seamlessly interact with content based on their identity?
  • What sort of budget is available for the Intranet? All CMS installs have a cost, even the ones without any subscription cost.
  • Is document and file management an important requirement?
  • Are customizations needed for any specific Intranet functionality or connectivity to other systems?

Wordpress will do a simple intranet well, but will start to become more work if you start getting complex requirements around authentications, groups and social functionality. If on the LAMP stack and looking for more complex requirements, look at Drupal or Joomla. On the Windows/.NET side there have been suggestions in this answer already - the choices span from full commercial answers such as Sharepoint to those available open source and commercially licensed like Dnn.

Bruce Chapman
  • 1,227
  • 3
  • 12
  • 19
0

As others have said, it will depend on your requirements. If you are looking for something more in the enterprise space, then elcomCMS might be a good fit - it's .NET based though (not sure if that rules it out in your case), but has an API and other dev considerations. Pretty strong as both a web CMS and an intranet. http://www.elcomcms.com/Product/elcomCMS-Overview/Intranets

0

Nowadays everything is called a CMS - tools to maintain websites, advanced portals, wiki's, and so on. The requirements for a "CMS" are drastically different for intranets and public websites, however.

Intranets usually have a high level of interaction, lot's of user generated content, different content types, and so on. More users need to be able to login to the system (basically everyone, not just the content editors) with different levels of authorization and different roles in general. Collaboration in general is much more important than with an average "public" CMS based website.

Furthermore you will usually want different types of plugins. Google analytics and SEO are much less important, you'd be more interested in some active user plugin, recent publications, integration with other internal tools (i.e. project management) and possibly exposing other datasources (databases, telephone directories, filesystems with internal documents), and so on.

In my personal experience, Plone is a good choice. It provides most of the above out of the box or through existing extensions and it has excellent integration possibilities with external systems. Cyn.in also provides a somewhat completer plone based solution.

If Plone's too much for you, you could consider some wiki-like system, such as TWiki or MediaWiki

Ivo van der Wijk
  • 16,341
  • 4
  • 43
  • 57
0

I have user long time drupal, but now I switching to WordPress it's much easier, if you don't want to create a community or something like this.

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Alexander_F
  • 2,831
  • 3
  • 28
  • 61