MediaWiki
From Wiki.mattrude.com
MediaWiki with SQLite
Note: This Page was written with Fedora 10 in mind, and may not have been tested on any other versions.
- Required components
yum install php-pdo sqlite
- Downloading the current version with SVN
svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3 wiki
- Setup the wiki's directory
chmod a+w config/
How to Patch MediaWiki
Download the patch file inside your wiki folder.
wget http://download.wikimedia.org/mediawiki/1.9/mediawiki-1.9.3.patch
Then to patch it run.
patch -p0 -i mediawiki-1.9.3.patch