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.