269
edits
m (→Posting by Email: Oops forgot a 'bracket') |
m (→Upgrading MediaWiki: minor readability correction) |
||
| Line 82: | Line 82: | ||
==Upgrading MediaWiki== | ==Upgrading MediaWiki== | ||
One of the reasons for using MediaWiki is that it'll be easier for upgrading. MediaWiki is trival for upgrading as all the data is stored in an SQL database and the settings are stored in a file called 'LocalSettings.php'. So it should be a matter of overwriting the MediaWiki files, adding '#!/usr/local/bin/php' to 'index.php' and calling an SQL update script. I haven't performed an upgrade yet so when I do I'll update these instructions. | One of the reasons for using MediaWiki is that it'll be easier for upgrading. MediaWiki is trival for upgrading as all the data is stored in an SQL database and the settings are stored in a file called 'LocalSettings.php'. So it should be a matter of overwriting the MediaWiki files, adding '#!/usr/local/bin/php' to 'index.php' and calling an SQL update script. I haven't performed an upgrade yet n the Redbrick Wiki so when I do I'll update these instructions. | ||
==Extensions and other scripts in use== | ==Extensions and other scripts in use== | ||
edits