Question Setting up an Open Source Wiki (Java) (Read 101 times)

  • Avatar of kentona
  • even more eviler than Skeletor
  • PipPipPipPipPipPipPip
  • Group: Premium Member
  • Joined: Apr 14, 2005
  • Posts: 1240
So I am tasked with setting up a wiki for a group I belong to, but this is not something I have ever done before.  I have a Windows server machine available, and a web server (tomcat) ready to be installed.

I found this page using Google:
http://java-source.net/open-source/wiki-engines
...but, having no experience, I really can't tell which is best.

Have anyone set up a wiki before (*cough* gwwiki *cough*) or know more about how to go about setting one up?  Any help, advice and input is appreciated.

Thanks!

EDIT:

Considering  XWiki at the moment.
Last Edit: January 04, 2008, 03:59:40 pm by kentona

..:: Full game is released.  Download it now! ::..
  • Avatar of JohnnyCasil
  • Comrade!
  • PipPipPipPip
  • Group: Premium Member
  • Joined: Jan 5, 2005
  • Posts: 453
If you have to use a Java wiki, XWiki seems like you just run an exe to install it.  Seems simple enough for me.

If you don't have to use Java, may I suggest an alternate path?  I would just install WAMP as the server software.  This will give you an Apache webserver with PHP and mySQL.  Then I would use MediaWiki.  If it is good enough for Wikipedia, it should be good enough for me!
  • Avatar of Chubby Skelly
  • Got the powerup and won the game
  • PipPipPipPipPipPip
  • Group: Premium Member
  • Joined: Apr 4, 2004
  • Posts: 947
Seconding Mediawiki because a lot of people might already be familiar with using it.
  • Avatar of dada
  • VILLAIN
  • PipPipPipPipPipPipPipPip
  • Group: Administrator
  • Joined: Dec 27, 2002
  • Posts: 5538
MediaWiki is a very good wiki system by design, but is quite inefficient and unhelpful at times. For example, if people decide they want to have all articles in German alongside English at some point, you're going to have to install another one.

This makes me want to continue that wiki I had started working on.