Where do I download MediaWiki?
Manual:FAQ - MediaWikiThe latest stable release of MediaWiki can be downloaded from download.wikimedia.org or sourceforge.net. Files are supplied in a .tar.gz archive. MediaWiki can also be obtained direct from our Subversion repository. See also Download
can't I download MediaWiki 1.12?
Manual:FAQ - MediaWikiMediaWiki 1.12 is in a development state at present, and has not been packaged into a general release. The code can be downloaded from Subversion if desired. Wikipedia and other Wikimedia web sites use the current version of the code in development; at present, this is MediaWiki 1.12alpha. Coupled with the use of several extensions, this means that functionality between these wikis and your particular setup may differ.
How do I install MediaWiki?
Manual:FAQ - MediaWikiInstalling MediaWiki takes between 10 and 30 minutes, and involves uploading/copying files, and running the installer script to configure the software.
How do I install MediaWiki using a package?
Manual:FAQ - MediaWikiMany Linux distributions provide MediaWiki in a packaged format for that distribution. The MediaWiki development team refers you to your Linux distribution for assistance with installing, configuring or using them. The individual communities & companies who maintain such packages should provide installation instructions.
edit] Are "Wikimedia" and "MediaWiki" the same thing?
MediaWiki FAQ - MetaNo. Wikimedia is the name of a group of wiki-based open-content projects managed by the non-profit Wikimedia Foundation. MediaWiki is the software developed to meet the needs of these projects. edit] I tried that but it didn't work I had a problem, I came to this page and it told me how to fix it. But it didn't work, the problem is still there! Nine times out of ten this is because you didn't clear your cache. The simple test for this is to request a page that hasn't been requested before.
edit] How do I set the timezone for my MediaWiki?
MediaWiki FAQ - MetaThere are two timezone-related settings: $wgLocaltimezone and $wgLocalTZoffset. Set both in LocalSettings.php. $wgLocaltimezone is used for formatting the timezone in signatures, and should be set to the locale name, for example "Europe/Berlin". $wgLocalTZoffset sets the default user preference the number of hours your local time differs from server time, and is used for timestamps seen in recent changes and history views.
edit] How do I put MediaWiki into Read Only mode?
MediaWiki FAQ - MetaSet $wgReadOnlyFile in LocalSettings.php to the name of a file, then put the reason for read-only mode inside the file. The contents of the file will be displayed to anyone trying to edit the wiki. Since 1.5 you can set $wgReadOnly to a string describing the reason for read-only mode, instead of creating a file. (Usual wiki markup is allowed in this string).
Can I install more than one wiki on a server using MediaWiki?
Manual:FAQ - MediaWikiYou use a different database prefix for each wiki (for Postgres, you can achieve a similar effect by using different schemas and users) For information on an alternative way of setting up more than one wiki using the same server, database and source, see Steve Rumberg's excellent expose and additional comments from users. Shell access (SSH access) is not required for installing MediaWiki, but it is highly recommended.
How can I edit / remove the Powered by MediaWiki image in the footer?
Manual:FAQ - MediaWikiYou can hide the Powered by MediaWiki image by adding the following to your wiki's MediaWiki:Common.css: If you want to remove it completely, you could alter /skins/MonoBook.
Is it possible to install more than one wiki (MediaWiki) on a server? How?
MediaWiki FAQ - MetaHow to install more than one wiki on a single server, using the same source code, and using the same database (v1.5.1, May 2006)
edit] Is it possible to install more than one wiki (MediaWiki) on a server? How?
MediaWiki FAQ - MetaYes, MediaWiki can be installed multiple times in different directories using either the same database with a different set of table prefixes (configurable upon install) or using different databases altogether. Additionally, you may want to make some settings common for all the installations, and have a central place where changes to these can be made. Since the configuration file (LocalSettings.
edit] MediaWiki is slow, how can I make it faster?
MediaWiki FAQ - MetaFirst you should try a PHP cache engine such as eAccelerator or APC. It will save the parsed PHP scripts and enhance performance a lot (this is something you should use anyway on any PHP installation with non-trivial traffic). Zend Platform also contains a bytecode cache, however its "dynamic content caching" is not supported in MediaWiki at the current time. Memcached will provide some performance benefit, especially for heavily viewed sites.
edit] How do I change the look and feel of MediaWiki for my own site?
MediaWiki FAQ - MetaUnder 1.5, to disable all view top tabs, create a new skin according to the instructions in MediaWiki look and feel#Skin and name this MonoBookNoViews. Set this as the default theme. Logged in users will need to change their default theme to see the tabs to edit pages, however. You will need to remove the section of code in the MonoBookNoViews.php file which generates the views (top tabs).
Should not we define a MediaWiki tag, in the page, to define the keywords?
MediaWiki FAQ - MetaWe currently have the opportunity to add comments, which are not displayed: Maybe a special comment could be detected by the engine and used to fill the string this->Keywords. How is this done in MediaWiki 1.6.x because those functions don't exist --Elliotgoodrich 19:41, 22 May 2006 (UTC) I have managed to fix this http://www.psconclave.com/blog/mediawiki-mods/meta-tags feel free someone to write a proper guide for wikimedia as I don't have time at the moment.
edit] Can I use commons.wikimedia.org in my installed version of mediawiki ?
MediaWiki FAQ - MetaNo, remote loading is discouraged. If you're really keen, you can set up a mirror of it and use that.
edit] Is there a way to easily install all Help Documentation after a mediawiki installation?
MediaWiki FAQ - MetaThere is a project at mw:Project:PD help that is creating a self-contained help system, with links to an experimental pywikipedia bot that can mirror that. Mediawiki has problems with autostarting sessions. Check your php.ini (you can run phpinfo() to find where it is located) and look for session.auto_start. It should be '0'. Also, session.use_cookies should be '1'. If you don't have access to php.ini and you're using Apache try to create a .
Can I convert MediaWiki pages to Trac?
TracFaq - The Trac Project - TracYou can use the attachment:wiki:TracWiki:mediawiki2trac.py script as a starting point. WikiProcessor for the MediaWiki styles has been started as trac plugin on http://trac-hacks.org/wiki/MediaWikiPluginMacro.
What's the best way to learn how to use MediaWiki?
Help:FAQ - PanoTools.org WikiUse it! When you see a page that you like, click on the "edit" link on top to learn its anatomy. It is intuitive and you can just copy the features you want into your own page. As long as you do not click on "save", no changes will be recorded so there is nothing that can go wrong if you click on "edit". Use it! When you see a page that you like, click on the "edit" link on top to learn its anatomy.
