Tech stuff and info dump

MediaWiki installation

September 24th, 2009

Install mediawiki with Synaptic Package Manager:

sudo gedit /etc/apache2/conf.d/mediawiki.conf

Uncomment the line:

# Alias /mediawiki /var/lib/mediawiki

Restart apache:

sudo /etc/init.d/apache2 restart

Finish set-up by using favourite web browser to navigate to:

http://localhost/mediawiki/

After installing MediaWiki via the browser, move:

/var/lib/mediawiki/config/LocalSettings.php

to:

/etc/mediawiki

after which the wiki can be accessed here:

http://localhost/mediawiki/index.php/Main_Page

Note: I did not “change file permissions for LocalSettings.php as required to prevent other users on the server reading passwords and altering configuration data” etc. etc. as recommended, nor did I do anything at all to secure, well, anything given that I’m not planning to make this wiki available outside of the house.


Filed under: Installation,MediaWiki
No Tag
September 24th, 2009 14:24:37

Hello World.

June 10th, 2009

Well, there are lots of things that I want to remember.

Just in case they don’t all stay in my head, I’m putting them here. Some of this is pretty specific to my computers, but I suppose it’s possible that some of this might be helpful to someone else one day. (If you’re here and it’s not, erm…I’m sorry!)


Filed under: General
No Tag
June 10th, 2009 21:26:07