Compbio: Difference between revisions

From MDWiki
Jump to navigationJump to search
m (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...)
 
Line 7: Line 7:
in LocalSettings.php:
in LocalSettings.php:
<code><pre>
<code><pre>
$wgGroupPermissions['*']['edit'] = false;  # This means you need an account to write
$wgGroupPermissions['*']['edit'] = false;  # This means you need an account to edit the wiki
$wgEmailAuthentication = true;  
$wgEmailAuthentication = true;  
$wgMaxUploadSize    = 16000000; # We found the default was too small
$wgMaxUploadSize    = 16000000; # We found the default was too small

Revision as of 04:22, 8 May 2009

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 edit the wiki
$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.