Ever wanted to start your own wiki? This page guides you through the process of installing the latest stable version of MediaWiki software, the powerful, widely used wiki platform that powers Wikipedia, wikiHow, and many other wiki projects.

Method 1
Method 1 of 2:

Local Server

  1. 1
    Install web server software, if you haven't already.
  2. 2
    Download MediaWiki to your local computer.
    Advertisement
  3. 3
    Uncompress the files into the root directory of your website (not in a subdirectory).
  4. 4
    Rename the unzipped directory to the name you want to appear in the URL (for example, name it "wiki" if you want the URL http://example.com/wiki/).
  5. 5
    CHMOD the permission settings for the "config" subdirectory to 770, so that it is writable by the web server (Linux only).
  6. 6
    Go to the the directory in your web browser (e.g. http://localhost/wiki/).
  7. 7
    Click the link to begin configuring.
  8. 8
  9. 9
    Complete the installation.
  10. 10
    Move the LocalSettings.php from the config directory to the wiki's root directory (e.g. wiki).
  11. Advertisement
Method 2
Method 2 of 2:

Hosted Server

  1. 1
    If you know the root password for your MySQL server, the MediaWiki setup script can automatically create a database and an account to access it. Skip to the "Run the installation script" section below.
  2. 2
    If you don't know the root password for your MySQL server, you need to create a MySQL database and a user before installing MediaWiki. You can do this using various control panels such as PhpMyAdmin. See the corresponding documentation. Most web hosting services provide a MySQL database along with your hosting account. If that is the case, use the MySQL credentials provided by your host along with the database name, and then specify something like mw_ as table prefix. This will allow MediaWiki to tell what tables belong to it. Alternatively, ask your hosting service to create an account for, then proceed as above.
  3. Advertisement

Community Q&A

  • Question
    Localhost doesn't work for me, what should I do?
    Rupert
    Rupert
    Top Answerer
    Try using your localhost IP address instead, 127.0.0.1. If that doesn't work, make sure the password is the same as the password you set in your phpMyAdmin database.
  • Question
    How can I install VisualEditor on my wiki?
    Rupert
    Rupert
    Top Answerer
    MediaWiki comes preinstalled with VisualEditor. Just add 'wfLoadExtension( 'VisualEditor' );' to your LocalSettings.php to enable it. Go to MediaWiki's VisualEditor page for detailed instructions.
Advertisement

Warnings

  • Trying to install some software may be in violation of your host's terms of service. Read your agreement with the hosting service, and ask your system administrator for permission before you install software on the server.
    ⧼thumbs_response⧽


Advertisement

References

  1. https://www.mediawiki.org/wiki/Manual:Installation - Original source of this article.

About This Article

Tested by:
wikiHow Technology Team
wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 33 people, some anonymous, worked to edit and improve it over time. This article has been viewed 95,900 times.
How helpful is this?
Co-authors: 33
Updated: October 9, 2022
Views: 95,900
Categories: Wikis
Advertisement