• Mac OS X,  Mac OS X Server

    Setup OS X Yosemite Server As A Wiki Server

    A wiki is a repository of dynamically created and managed content, or content created or edited by multiple users collaboratively. This article is about using the wiki service in Yosemite Server (the Apple Server app running on 10.10). I reference file services with WebDAV because it is a very nice integration piece that I think a lot of people will find pretty beneficial. To get started with the Wiki service, first turn it on. This one isn’t heavily dependent on host names (other than being able to access the server from a browser) or directory services (other than being able to authenticate users, but local accounts are perfectly functional) and…

  • sites

    Spam and MediaWiki

    Captcha is a nice anti-spam technique for websites. By forcing a user to enter a word that is a bit scrambled on the screen you can eliminate a large amount of spam that you would otherwise have to manually fix. reCaptcha is a free service that provides captcha functionality through an API. That’s what I’m using on this site and to be honest what I’m growing quite fond of. At this point I’ve leveraged it for about 5 sites in the past month and all have seen a dramatic drop in spam over previous techniques I’ve tried. This has been across Joomla!, WordPress and the latest: MediaWiki. The ConfirmEdit Extension…

  • Mac OS X Server

    Installing MediaWiki on Mac OS X

    I originally posted this at http://www.318.com/TechJournal 1. Create a database in MySQL called wikidb. 2. Create a new user called wikiserver that has full priviledges to this database (the user does not need to be called wikiserver, but that is the username we will be using for this walkthrough). 3. Download the latest stable release of MediaWiki from http://mediawiki.sourceforge.net. 4. Extract the tar files into a new folder (for this example we are going to call it wiki to keep things easy). This can be done using the tar -xvzf mediawiki.tar.gz (or subsititute your file name for mediawiki.tar.gz 5. Make the configuration files writeable using the command chmod a+w config…