Difference between revisions of "MediaWiki"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
== Config == | == Config == | ||
* [http://www.mediawiki.org/wiki/Manual:Interface/Sidebar MediaWiki:Sidebar] | * [http://www.mediawiki.org/wiki/Manual:Interface/Sidebar MediaWiki:Sidebar] | ||
+ | |||
+ | == Extensions == | ||
+ | * http://www.mediawiki.org/wiki/Extension:PCR_GUI_Inserts | ||
== Nginx == | == Nginx == |
Revision as of 05:11, 27 July 2012
General
Markup
Config
Extensions
Nginx
- Manual:Short URL/wiki/Page title -- nginx rewrite--root access
- Manual:Short URL/Page title - nginx, Root Access, PHP as a CGI module
Upgrade
Download latest, extract on-top of current;
tar xvzf mediawiki-1.19.1.tar.gz -C . --strip-components=1 php maintenance/update.php
Upgrade required DB grants for: select, insert, update, delete, alter, index
Backup
change vars;
nice -n 19 mysqldump -u $USER --password=$PASSWORD $DATABASE -c nice -n 19 gzip -9 > wiki-$DATABASE-$(date '+%Y%m%d').sql.gz
- http://serom.no-ip.org/index.php/Backup_du_SeRoM_Wiki - bash script, send backup to remote