Compbio

From MDWiki
Revision as of 04:22, 8 May 2009 by Matt (talk | contribs) (New page: = Compbio = <code>compbio</code> is one of our servers. This document provides a full description of its services. If a service is moved to another server, please just move the correspondi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Compbio

compbio is one of our servers. This document provides a full description of its services. If a service is moved to another server, please just move the corresponding description to its page.

Mediawiki

This is the software you are looking at now. It's a standard setup except for a few modifications:

in LocalSettings.php:

$wgGroupPermissions['*']['edit'] = false;  # This means you need an account to write
$wgEmailAuthentication = true; 
$wgMaxUploadSize    = 16000000; # We found the default was too small

# Installed plugins
require_once("extensions/MWCalendar.php");
require_once("extensions/ConfirmAccount/SpecialConfirmAccount.php");
$wgConfirmAccountContact = "t.huber@uq.edu.au";

The last lines are to use an extension to ensure all new user requests are manually confirmed by Thomas.