Help:Extension:Translate/Installation

From MediaWiki.org
Jump to: navigation, search

Other languages:
العربية • ‎català • ‎dansk • ‎Deutsch • ‎Deutsch (Sie-Form)‎ • ‎Zazaki • ‎English • ‎español • ‎italiano • ‎日本語 • ‎한국어 • ‎Lëtzebuergesch • ‎lietuvių • ‎Nederlands • ‎polski • ‎português • ‎português do Brasil • ‎русский • ‎slovenčina • ‎svenska • ‎Kiswahili • ‎українська • ‎中文

The Translate extension, due to its nature of rapid development, requires a relatively recent version of MediaWiki to work. The aim is to support the development version and the two latest stable versions of MediaWiki. In package managers, the version may be too old to fulfill the requirements. In that case you need to download a newer release from mediawiki.org or from Wikimedia's Git repository.

The Translate extension uses a continuous development model, which means that latest version should never be totally broken, because all commits to Translate extension are peer reviewed and pass unit tests. The core functionality is pretty stable, but there may be bigger changes from time to time.

Requirements

The following software is required to install this extension:

  1. Recent version of MediaWiki
  2. MySQL database – SQLite (experimental)
  3. Universal Language Selector extension (included in MediaWiki Language Extension Bundle)
  4. (optional) PHPlot for statistics graphs
  5. (optional) Syck for faster YAML parsing
  6. (optional) Solr instance for advanced search features
  7. (optional) Internet access on the server for machine translation services

In addition, shell access is required to run maintenance scripts.

The use of memcached for caching and for example APC PHP accelerator is recommended in a production environment.

Installation instructions

See MediaWiki Language Extension Bundle for download links and instructions. The bundle includes a couple of more extensions commonly used together with Translate extension. It also includes an useful default configuration to get you started.

There are many configuration settings that enable new features or change the way the extension works. See Configuration for a description of these settings.