Tech

No edit summary
No edit summary
Line 5: Line 5:
== Wikis ==
== Wikis ==


We have two wikis, this public one and one [[commwiki:Main Page|private one]] for the [[Committee]]. Both run on one web server, currently hosted at Linode.
We have four wikis, this public one and one [[commwiki:Main Page|private one]] for the [[Committee]], and two [[Noongarpedia]] wikis. All run on one web server, currently hosted at Linode.


We try to keep templates in sync between them, with the public wiki holding the primary versions.
We try to keep templates in sync between the two WMAU wikis, with the public wiki holding the primary versions.
[{{fullurl:Special:Export|wpDownload=1&pages={{urlencode:
[{{fullurl:Special:Export|wpDownload=1&pages={{urlencode:
Template:Meeting
Template:Meeting
Line 26: Line 26:
Template:Redacted
Template:Redacted
Template:Redacted/doc
Template:Redacted/doc
}}}} Export selected templates] for use on other WMAU wikis.
}}}} Export selected templates] for use on another WMAU wiki.


== Web server ==
== PHP ==


Custom PHP config is in <code>/etc/php5/apache2/conf.d/99-wmau.ini</code> and is currently:
Custom PHP config is in <code>/etc/php5/apache2/conf.d/99-wmau.ini</code> and is currently:
Line 34: Line 34:
  upload_max_filesize = 50M
  upload_max_filesize = 50M
  post_max_size = 50M
  post_max_size = 50M
== Backups ==
The following things are backed up:
<pre>
/usr/local/bin/wmau-backup.sh
/var/backups/wmau/*
/var/www/html/comm.wikimedia.org.au/w/images/*
/var/www/html/wikimedia.org.au/w/images/*
/srv/mediawiki/LocalSettings*
/etc/apache2/sites-available/*
</pre>
[[Category:Tech]]

Revision as of 01:03, 27 October 2018

This is Wikimedia Australia's page about it's technical infrastructure. It documents our webservers, email systems, and anything else. It's basically our equivalent of the WMF's Wikitech wiki.

We follow a similar documentation process to many projects on Toolforge, in that we put everything we can here on the wiki.

Wikis

We have four wikis, this public one and one private one for the Committee, and two Noongarpedia wikis. All run on one web server, currently hosted at Linode.

We try to keep templates in sync between the two WMAU wikis, with the public wiki holding the primary versions. Export selected templates for use on another WMAU wiki.

PHP

Custom PHP config is in /etc/php5/apache2/conf.d/99-wmau.ini and is currently:

upload_max_filesize = 50M
post_max_size = 50M

Backups

The following things are backed up:

/usr/local/bin/wmau-backup.sh
/var/backups/wmau/*
/var/www/html/comm.wikimedia.org.au/w/images/*
/var/www/html/wikimedia.org.au/w/images/*
/srv/mediawiki/LocalSettings*
/etc/apache2/sites-available/*
Discuss this page