Koozali.org: home of the SME Server

wiki server on SME

leonix

wiki server on SME
« on: April 10, 2007, 11:03:26 AM »
Is there a ready made package for a wiki server on a SME-machine?
Which one would you suggest?

Leo

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: wiki server on SME
« Reply #1 on: April 10, 2007, 12:32:51 PM »
Quote from: "leonix"
Is there a ready made package for a wiki server on a SME-machine?
Which one would you suggest?

Leo
I don't know of any ready made package, but you can install MediaWiki 1.6.10 on SME Server from source. This source can be found at sourceforge or at the mediwiki site.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline imcintyre

  • *
  • 609
  • +0/-0
wiki server on SME
« Reply #2 on: April 10, 2007, 05:13:00 PM »
Quote
http://forums.contribs.org/index.php?topic=33417.0


I am using this for some time and like it. I am not an expert on wiki's but this seems to do everything I wanted. Let me know if you find something better.

The install went exactly as shown in the posting.

I found that IE was better for edits than Firefox as for some reason the Gui editor task bar will not come up in Firefox.

I posted about it at MoinMoin wiki but did not get an answer that I could understand or act on.

Offline jfarschman

  • *
  • 406
  • +0/-0
wiki server on SME
« Reply #3 on: April 10, 2007, 05:58:33 PM »
I love dokuwiki

If you want something for documentation and something any idiot can use then this is perfect.

http://wiki.splitbrain.org/wiki:dokuwiki

Further the data is just kept in flat-files so you can install it anywhere what supports php and backup is just a matter of making a copy.

Downside... the update process  :evil:  You would think the authors would be better a documenting the upgrade process is they make something called dokuwiki.  Still only took 30 minutes to figure out.

Initial setup time = 10 minutes.
Jay Farschman
ICQ - 60448985
jay@hitechsavvy.com

leonix

usemod wiki
« Reply #4 on: April 11, 2007, 01:11:43 PM »
Thx for your answers. In the past (long time ago) I used the usemod-wiki. The only thing I was missing was a possibility for picture and file upload. (it is used in the intranet only, so no DOS protections are needed). It did not need a install at all (the whole wiki was one cgi-perl script). Backup was quite simple, I just send the plain files to me by mail and cron, so after a complete server and backup failure (gosh!), my wiki was one of the few parts  that survived the big crash :-).

A usemod wiki with good file handling would be fine. (Probably today's usemod is able to do that, I will take a look).

Leo