Monday, August 4, 2014

Install Media wiki in localhost



Media Wiki is a Wiki software based on PhP and MySSQL, download link
http://www.mediawiki.org/wiki/Download

You will get MediaWiki 1.23.2.tar.gz.
Using 7-zip to unzip to get tart file, unzip again to produce   mediawiki-1.23.2/mediawiki-1.23.2
directory, rename it to mediawiki-1.23.2/wiki and copy wiki directory to c::/xampp/htdocs/
assuming you have installed xampp.

1) Using PHpMyAdmin to create database wiki, user name wiki, password for example jiansen
2) run
localhost/wiki/mw-config/index.php
following instruction step by step. After installation complete, copy LocalSettings.php to wiki home directory
C:\xampp\htdocs\wiki\LocalSettings.php
You can change the configuration based on this file
3) After installation complete
to create a new page, search the page then create
4) To edit sidebar
 http://localhost/wiki/index.php?title=MediaWiki:Sidebar&action=edit
5) To create a template, for example Purgecontent
http://localhost/wiki/index.php/Template:Purgecontent
To use Purgecontent {{ Purgecontent}}
Video:  Install Media wiki in localhost

No comments:

Post a Comment