The mediawiki rpms
Find a file
Michael Cronenworth e27cc074b9 Update to 1.32.6
2020-03-05 14:08:13 -06:00
.gitignore Update to 1.32.6 2020-03-05 14:08:13 -06:00
mediawiki.conf New upstream release. 2013-11-19 18:40:13 -06:00
mediawiki.spec Update to 1.32.6 2020-03-05 14:08:13 -06:00
mw-createinstance.in Temp workaround for RHBZ#1230630, enable tests 2015-06-24 12:44:06 -05:00
mw-updateallinstances.in Update mw-* scripts (#926899) 2013-04-11 21:44:09 -05:00
README.RPM Update to 1.16.2 and fix several bugs. Please check the %changelog for further details. 2011-04-06 21:23:14 +02:00
sources Update to 1.32.6 2020-03-05 14:08:13 -06:00

This mediawiki package supports multiple instances, sometimes also
called Wiki Farms or Wiki Families, but you can use it for a single
instance just as well.

This works by running mw-createinstance <path>, where <path> is the
new desired location of your wiki(s) like

mw-createinstance /srv/my.host/wiki

Note that the parent directories must exist.

You also need to create an Apache config entry (if you use Apache for
serving mediawiki) like

DocumentRoot /srv/my.host/wiki
Alias /skins /usr/share/mediawiki/skins

(this example is for short URLs, e.g. ones w/o a "/wiki/" in the URL)