Installation
- Create a subdomain, e.g. "mediawiki.yourdomain.tld"
- Download and install MediaWiki 1.11.x
- Change "include/config.php" to your needs
- Create all "meta.xml" files in "navigation/"
- Rename "htaccess" to ".htaccess"
Note: mwCMS needs the MediaWiki in a (sub)domain. It is possible to install it in a sub directory, but some features will not work without changing the parser and other PHP code. You have to delete the following line to see pictures if your MediaWiki is installed at "http://yourdomain.tld/sub/dir/mw/":
// MediaWiki in a subdomain, e.g. "http://mediawiki.your-domain.tld"
$modifiedLine = str_replace('src="', 'src="http://' . SERVER, $modifiedLine);
/**
* MediaWiki in a subdirectory, e.g. "http://localhost/mediawiki", then
* delete the line above or use "//".
**/