After downloading and extracting MediaWiki on your web server, complete the basic setup by running the configuration script. This script allows you to tell MediaWiki the information it needs in order to get the wiki up and running.The following steps describe how to complete basic setup:
In the following examples, it is assumed that your website is located athttp://www.example.com/
.The physical location on your server depends on your web server software configuration.Adjust the examples as needed.
mw-config
directory (so using the example above you would go tohttp://www.example.com/mw-config/
, or on a local machinehttp://localhost/mw-config/
).LocalSettings.php
stores the database user'spassword in plain text, it is strongly suggested that you create a wiki specific database account (i.e. not root).LocalSettings.php
and place the file in the base directory of your MediaWiki installation.LocalSettings.php
contains all the information needed by MediaWiki to run.
Your wiki should now be ready to use. Browse to the address that you installed MediaWiki to.
Continue with more advanced configuration onManual:System administration.
Alternatively, you can run the command-line installer instead of the configuration script in the web browser:phpmaintenance/install.php