DevTech101

DevTech101

mediawiki

Upgrading mediawiki

Step one is backup mysql cd /wiki/mysql_backups ./mysql_backup.sh Step two, install/upgrade mediawiki /usr/gnu/bin/tar xvf mediawiki-1.26.2.tar -C /wiki/mediawiki –strip-components=1 chown -R webservd:webservd /wiki/mediawiki Step three, upgrade db cd /wiki/mediawiki/maintenance php update.php Note: You might need to fix the LocalSettings.php

How to configure mediawiki and VisualEditor with Parsoid

Configuring MediaWiki to use NodeJS and Parsoid Note: This post references an old version of NodeJS. You can install the latest version of NodeJS and self compile it. to do so, for full details just follow this post. First you need to download NodesJS, download from http://nodejs.org/dist/v0.10.20/node-v0.10.20-sunos-x64.tar.gz Extract to /opt/node and add node to the …

How to configure mediawiki and VisualEditor with Parsoid Read More »