Mediawiki Installation: Difference between revisions

From SaruWiki
Jump to navigation Jump to search
m (added virtual host support link)
m (add wikifarm link)
Line 2: Line 2:


After installation of MediaWiki, your Wiki is available on ''every'' Virtual Host you run - unless you follow the instructions to [[place MediaWiki inside a Virtual Host]].
After installation of MediaWiki, your Wiki is available on ''every'' Virtual Host you run - unless you follow the instructions to [[place MediaWiki inside a Virtual Host]].
Some people want to run multiple Wiki instances on one single server - especially so if that server runs multiple websites (the forementioned [[place MediaWiki inside a Virtual Host|Virtual Hosts]]). The answer to that is to [[Create a Wikifarm | create a Wikifarm]].


An extra feature we added was support for iFrames by means of a little PHP script that we googled; the extension is called [[The websiteFrame PHP extension| websiteFrame.php]].
An extra feature we added was support for iFrames by means of a little PHP script that we googled; the extension is called [[The websiteFrame PHP extension| websiteFrame.php]].

Revision as of 21:23, 31 January 2009

Installation of MediaWiki

After installation of MediaWiki, your Wiki is available on every Virtual Host you run - unless you follow the instructions to place MediaWiki inside a Virtual Host.

Some people want to run multiple Wiki instances on one single server - especially so if that server runs multiple websites (the forementioned Virtual Hosts). The answer to that is to create a Wikifarm.

An extra feature we added was support for iFrames by means of a little PHP script that we googled; the extension is called websiteFrame.php.

Furthermore, we changed the Creative Commons picture in the footer from a remote one to a local one.

For user management, we added the extensions Password Reset and Group Permissions Manager.

A feature we needed to gain experience for another project was the Semantic MediaWiki (SMW) extension; it also has a pretty simple installation.