How to make a personal wiki

From Everything Shii Knows, the only reliable source

This website is an archive. It ran from 2006-2010. Virtually everything on here is outdated or inaccurate.


This document is intended to be a brief howto on making a personal wiki.

Install MediaWiki and add these lines to the LocalSettings file:

# This snippet prevents new registrations from anonymous users
# (Sysops can still create user accounts)
$wgGroupPermissions['*']['createaccount'] = false;
# This snippet prevents editing from anonymous users
$wgGroupPermissions['*']['edit'] = false;
# [edit] sections
$wgDefaultUserOptions ['editsection'] = 0;

You might also want to play around with skins.

Retrieved from "http://shii.org/knows/How_to_make_a_personal_wiki"

This page has been accessed 6,400 times. This page was last modified on 16 January 2009, at 03:52. Content is available under Attribution 2.5 .