JamesBranam's Blog
Wiki Woes
Hi all,
When I'm not sitting in front of a computer for work, I find myself sitting in front of a computer when I'm not working. And usually I;m messing around with something that I shouldn't have started messing around with.
MediaWiki
I manage the alumni site for my former military unit. I started the site in 2000, and it has grown tremendously to include 250 registered alumni. Not bad, eh? I'm constantly looking for ways to improve the site. I've had a guestbook and message board since the beginning, and I've also experimented with live chat (which wasn't so popular). I work a lot of hours for Sun, and it has become increasingly difficult to keep the site updated, especially the contact information for the 250 alumni. So I had what I thought was a brilliant idea: I'll create a wiki where members can keep their own contact information updated. I was a lot of work, but I finally got it up and running. This is what I had to do:
- First, I had to download MediaWiki.
- Then I had to make sure I had a MySQL database up and running on the web site. Luckily for me, my hosting service provides a lot of help here in the form of FAQs, a knowledge base, and 24-hour support.
- I had to make sure that PHP was turned on on my website. This was easily done.
- I didn't have to format the database, MediaWiki did that. I just had to make sure that the database was in place and that MediaWiki was pointing it it. When I configured MediaWiki I was able to do this easily.
So, keep your fingers crossed for me.
Cheers!
--James
Posted at 04:45PM Mar 03, 2009 by branajam in NetBeans | Comments[2]
Hi There!
heh, seem to suggest it really was a lot of work. This is so far from my experience with Wikimedia, I'm genuinly interested...why was it so hard? What problems did you run into?
Posted by Roland Bouman on March 03, 2009 at 07:52 PM CET #
Don't forget to only allow registered users to edit pages, and implement some good captcha. (There's good reCaptcha mod for MW, I use it on my site). Bots love to spam unprotected MediaWiki installations.
Posted by Mchl on March 03, 2009 at 07:57 PM CET #