Gaming World Forums

General Category => Technology and Programming => Topic started by: kentona on January 04, 2008, 03:52:54 pm

Title: Setting up an Open Source Wiki (Java)
Post by: kentona on January 04, 2008, 03:52:54 pm
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 (http://enterprise.xwiki.org/xwiki/bin/view/Main/) at the moment.
Title: Setting up an Open Source Wiki (Java)
Post by: JohnnyCasil on January 04, 2008, 05:25:55 pm
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 (http://www.wampserver.com/en/) as the server software.  This will give you an Apache webserver with PHP and mySQL.  Then I would use MediaWiki (http://www.mediawiki.org/wiki/MediaWiki).  If it is good enough for Wikipedia, it should be good enough for me!
Title: Setting up an Open Source Wiki (Java)
Post by: Chubby Skelly on January 04, 2008, 06:31:55 pm
Seconding Mediawiki because a lot of people might already be familiar with using it.
Title: Setting up an Open Source Wiki (Java)
Post by: dada on January 05, 2008, 11:05:12 am
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.